shithub: mc

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

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