shithub: mc

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

View raw version
/* should fail because we call f with too few args */
const f = {a:int, b:int, c:int

}

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