summary refs log tree commit diff stats
path: root/tests/accept/run/tcnstseq3.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/accept/run/tcnstseq3.nim')
-rw-r--r--tests/accept/run/tcnstseq3.nim7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/accept/run/tcnstseq3.nim b/tests/accept/run/tcnstseq3.nim
new file mode 100644
index 000000000..e59516e85
--- /dev/null
+++ b/tests/accept/run/tcnstseq3.nim
@@ -0,0 +1,7 @@
+discard """
+  output: "AngelikaAnneAnnaAnkaAnja"
+"""
+
+for w in items(["Angelika", "Anne", "Anna", "Anka", "Anja"]):
+  write(stdout, w) #OUT AngelikaAnneAnnaAnkaAnja
+