summary refs log blame commit diff stats
path: root/tests/rodfiles/deada2.nim
blob: ee8298371dacb56f64a29fa8ccf2095e9e9cbea9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                            
discard """
  output: '''
246
xyzabc
'''
"""

import deadg, deadb

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