summary refs log tree commit diff stats
path: root/tests/msgs/mused3b.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/msgs/mused3b.nim')
-rw-r--r--tests/msgs/mused3b.nim12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/msgs/mused3b.nim b/tests/msgs/mused3b.nim
new file mode 100644
index 000000000..de288bb08
--- /dev/null
+++ b/tests/msgs/mused3b.nim
@@ -0,0 +1,12 @@
+when defined case1:
+  proc gn1*()=discard
+
+when defined case8:
+  proc gn1*()=discard
+
+when defined case9:
+  proc gn1*()=discard
+
+when defined case10:
+  type Foo* = object
+    f0*: int