shithub: mc

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

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