summaryrefslogtreecommitdiffstats
path: root/test/times2.t
blob: 723bea6bccb5a9f29312897720bb5a209c943f8a (plain) (blame)
1
2
3
4
5
6
7
fun times2[n]
	@n*2
end

fun main[n]
	@call times2[n]
end