diff options
Diffstat (limited to 'tests/importalls/m3.nim')
-rw-r--r-- | tests/importalls/m3.nim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/importalls/m3.nim b/tests/importalls/m3.nim new file mode 100644 index 000000000..caeae2a01 --- /dev/null +++ b/tests/importalls/m3.nim @@ -0,0 +1,5 @@ +# xxx use below naming convention in other test files: p: public, h: hidden +const m3p1* = 2 +const m3h2 = 2 +const m3h3 = 3 +const m3h4 = 4 |