shithub: mc

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

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