shithub: mc

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

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