shithub: mc

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

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