shithub: mc

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

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