shithub: mc

ref: 8464d76b6c46e96aa9eb57fd22ea3cc401b24a00
dir: /test/sizeof.myr/

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