shithub: mc

ref: 14666cb48fd10343edb7e5542c3ae0eb8825fff1
dir: /test/sizeof.myr/

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