shithub: mc

ref: a1df687064dca2079aff7f1630d050de1e304b2f
dir: /test/sizeof.myr/

View raw version
use std
/* checks that sizeof() works. exits with 4. */
const main = {
	std.exit(sizeof(int))
}