shithub: mc

ref: 0777dce112452cb95d09037ef49a5f35b48ed6e3
dir: /test/sizeof.myr/

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