summary refs log tree commit diff stats
path: root/tests/rodfiles/deadg.nim
blob: 0aee59bb801159d68e962c6bd953e66eb742f090 (plain) (blame)
1
2
3
4
5
6
7
proc p1*(x, y: int): int =
  result = x + y

proc p2*(x, y: string): string =
  result = x & y