shithub: mc

ref: 231f122bcbc9010decfaae7942916d7ce948767d
dir: /test/sizeof.myr/

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