shithub: mc

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

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