shithub: mc

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

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