shithub: mc

ref: 6ef4f09df64f4215213545cc9d1da748c830362b
dir: /test/sizeof.myr/

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