shithub: mc

ref: c932793fdefdb5751bcb36171f0cfcb8037d63b9
dir: /test/sizeof.myr/

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