shithub: mc

ref: 05d6f166bfbae35f412ac8276b34a61ecfb3a384
dir: /test/sizeof.myr/

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