shithub: mc

ref: 93df2d52a2c354255906237eea901efcb2c2affe
dir: /test/sizeof.myr/

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