diff options
Diffstat (limited to 'tests/global/globalaux2.nim')
-rw-r--r-- | tests/global/globalaux2.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/global/globalaux2.nim b/tests/global/globalaux2.nim new file mode 100644 index 000000000..6c77f1f48 --- /dev/null +++ b/tests/global/globalaux2.nim @@ -0,0 +1,4 @@ +import globalaux + +echo "in globalaux2: ", globalInstance[int]().val + |