shithub: mc

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

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

}

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