shithub: mc

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

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