shithub: mc

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

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