shithub: mc

ref: 3aac04fb7bef769b7d3fc6389c7dd76ea196fdc0
dir: /test/sizeof.myr/

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