shithub: mc

ref: c61cd86ee5526546e3d36df566e72c1cca0424f7
dir: /test/sizeof.myr/

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