shithub: mc

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

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