shithub: mc

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

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