shithub: mc

ref: 48fc86fd6096fee22a81cbd92515ff42eccd8324
dir: /test/sizeof.myr/

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