shithub: mc

ref: 058840464506a633eae1c49e349a242be31dba69
dir: /test/sizeof.myr/

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