shithub: mc

ref: 666f22f278c03138c337d734f8759194482d1d18
dir: /test/sizeof.myr/

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