summary refs log blame commit diff stats
path: root/tests/pragmas/mused3b.nim
blob: de288bb08beeb2352f26227a814ef2fe701ea658 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
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