shithub: mc

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

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