shithub: mc

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

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