shithub: mc

ref: 063b2a4e134589a8a1d635708eb0eb39d5a76bfb
dir: /test/sizeof.myr/

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