shithub: mc

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

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