shithub: mc

ref: 96cb5ec50175acc33b6f67ae4690e9ef9badaffa
dir: /test/sizeof.myr/

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