shithub: mc

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

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