shithub: mc

ref: 67daccb5fd16d15ead42807d57cc66010ef2faa2
dir: /test/sizeof.myr/

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