shithub: mc

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

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