shithub: mc

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

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