shithub: mc

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

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