shithub: mc

ref: 10fcb3eade99dfc59043d3488375e863edb068ee
dir: /test/sizeof.myr/

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