shithub: mc

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

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