summary refs log tree commit diff stats
path: root/tests/modules/UpperCased.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/UpperCased.nim')
-rw-r--r--tests/modules/UpperCased.nim6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/modules/UpperCased.nim b/tests/modules/UpperCased.nim
new file mode 100644
index 000000000..7beffcc5f
--- /dev/null
+++ b/tests/modules/UpperCased.nim
@@ -0,0 +1,6 @@
+
+# bug #5076
+
+var str*: string
+
+UpperCased.str = "hello"