summary refs log tree commit diff stats
path: root/tests/rodfiles/deada2.nim
blob: 2925b4d435cae7e4c603d8058cdf779303a366d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
discard """
  output: '''246
xyzabc
'''
"""

import deadg, deadb

# now add call to previously unused proc p2:
echo p2("xyz", "abc")