shithub: mc

ref: 7aca27d405eca757282f872411df3083c8b55af2
dir: /test/sizeof.myr/

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