summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorBung <crc32@qq.com>2022-12-28 15:28:48 +0800
committerGitHub <noreply@github.com>2022-12-28 08:28:48 +0100
commit7a74c2dc3a82488671237555faa95fb38ef31bd5 (patch)
tree2ab49329eadc711890de1837848b350a425c5402 /tests
parent3d5dbf8f96a5106a3b817a45a926303bc5623786 (diff)
downloadNim-7a74c2dc3a82488671237555faa95fb38ef31bd5.tar.gz
fix #14667 (#21190)
Diffstat (limited to 'tests')
-rw-r--r--tests/misc/t14667.nim12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/misc/t14667.nim b/tests/misc/t14667.nim
new file mode 100644
index 000000000..3034e2841
--- /dev/null
+++ b/tests/misc/t14667.nim
@@ -0,0 +1,12 @@
+discard """
+  matrix: "--cc:vcc"
+  disabled: "linux"
+  disabled: "bsd"
+  disabled: "osx"
+  disabled: "unix"
+  disabled: "posix"
+"""
+
+type A = tuple
+discard ()
+discard default(A)