shithub: mc

ref: 66816792f7ab07880a1cc92d4ced4a115b100be3
dir: /test/sizeof.myr/

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