m3.nim 137 B

123456
  1. # xxx use below naming convention in other test files: p: public, h: hidden
  2. const m3p1* = 2
  3. const m3h2 = 2
  4. const m3h3 = 3
  5. const m3h4 = 4