shithub: mc

ref: 4e145a71d2753ca1c6f464375f220a145b9f1019
dir: /test/sizeof.myr/

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