diff options
Diffstat (limited to 'tests/pragmas/mused3b.nim')
-rw-r--r-- | tests/pragmas/mused3b.nim | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/pragmas/mused3b.nim b/tests/pragmas/mused3b.nim deleted file mode 100644 index de288bb08..000000000 --- a/tests/pragmas/mused3b.nim +++ /dev/null @@ -1,12 +0,0 @@ -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 |