shithub: mc

ref: 8c252ab901a3375d608cb34619cafe9ac342bb36
dir: /test/sizeof.myr/

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