aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runnable/multi_module/helper.elna
blob: 9148ba63f8c8525cda89aaf66fe5727ed6d695eb (plain)
1
2
3
4
proc multiply*(x, y: Int): Int
return x * y

end.