shithub: mc

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

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