shithub: mc

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

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