shithub: mc

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

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