summary refs log blame commit diff stats
path: root/tests/rodfiles/deadg.nim
blob: 97bfbed4f7803a1aca6d8134c8f020d1c9330c38 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                
{.deadCodeElim: on.}

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