shithub: mc

ref: 44c84f416b58264e371350eeb6d63bcfee699084
dir: /test/sizeof.myr/

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