shithub: mc

ref: 6c434100fac87e19234389aba2329165827d0711
dir: /test/sizeof.myr/

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