shithub: mc

ref: 196258441277732b8ab24471404b7fd21a81987a
dir: /test/sizeof.myr/

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