shithub: mc

ref: 073546effee37340cd682778536bb84a77110cad
dir: /test/sizeof.myr/

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