shithub: mc

ref: 7635590c1cc9a58fc39a7134882f7a5a8cfd9213
dir: /test/sizeof.myr/

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