shithub: mc

ref: bf99f35f97bc7593237df154f7ae19c16f3e215c
dir: /test/aritylow.myr/

View raw version
const f = {a:int, b:int, c:int

}

const main = {
	-> f(1, 2)
}