diff options
Diffstat (limited to 'tests/sandwich/helper_module.nim')
-rw-r--r-- | tests/sandwich/helper_module.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sandwich/helper_module.nim b/tests/sandwich/helper_module.nim new file mode 100644 index 000000000..d003bf044 --- /dev/null +++ b/tests/sandwich/helper_module.nim @@ -0,0 +1,3 @@ + +proc indirectlyMixedIn*: int = + 200 |