shithub: mc

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

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

}

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