shithub: mc

ref: 3355f31cb1efe35fab21e39e27c5cadcda93d51d
dir: /test/sizeof.myr/

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