shithub: mc

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

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