diff options
Diffstat (limited to 'tests/sandwich/tmain.nim')
-rw-r--r-- | tests/sandwich/tmain.nim | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/sandwich/tmain.nim b/tests/sandwich/tmain.nim new file mode 100644 index 000000000..aa50bfb04 --- /dev/null +++ b/tests/sandwich/tmain.nim @@ -0,0 +1,9 @@ +discard """ + output: '''100 +200''' +""" + +import + module_using_generic_library + +makeUseOfLibrary "test" |