shithub: mc

ref: 82c7706dac42e23b8ceaf66894bce536a5e3f231
dir: /test/sizeof.myr/

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