shithub: mc

ref: 0500ef75d99bab9efd7932a9361ad3bebcb524b2
dir: /test/aritylow.myr/

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

}

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