shithub: mc

ref: 8e3b725def953776fbbaa03114c368ebb1f1372c
dir: /test/sizeof.myr/

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