shithub: mc

ref: 1eadc811d6caf591b73d236957617e80811e2637
dir: /test/sizeof.myr/

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