shithub: mc

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

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