shithub: mc

ref: 47188c33df351d338a569e99006bd5761bddc715
dir: /test/sizeof.myr/

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