shithub: mc

ref: 8441b63d07bc96852b3ac986adb6d816d1412954
dir: /test/sizeof.myr/

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