shithub: mc

ref: 9ce53dbcee324f705af4011390b771c318f12b6b
dir: /test/sizeof.myr/

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