diff options
Diffstat (limited to 'tests/package/tstdlib_name_not_special.nim')
-rw-r--r-- | tests/package/tstdlib_name_not_special.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/package/tstdlib_name_not_special.nim b/tests/package/tstdlib_name_not_special.nim new file mode 100644 index 000000000..e8226a82d --- /dev/null +++ b/tests/package/tstdlib_name_not_special.nim @@ -0,0 +1,3 @@ +# Test whether a another package named 'stdlib' can be imported and used. +# This caused a crash in the past. +import stdlib/system \ No newline at end of file |