shithub: mc

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

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