shithub: mc

ref: 4931139165780ca410fe5ab41cac6d1af0af059e
dir: /test/sizeof.myr/

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