shithub: mc

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

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