shithub: mc

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

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