shithub: mc

ref: 9783cadd19045e7d3f5b5eaaad8feb5ebeacb042
dir: /test/sizeof.myr/

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