shithub: mc

ref: 2f4ca4b7632f55634b7954ff2f0532677d6cfe11
dir: /test/aritylow.myr/

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

}

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