shithub: mc

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

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