mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
6 lines
137 B
Nim
6 lines
137 B
Nim
# xxx use below naming convention in other test files: p: public, h: hidden
|
|
const m3p1* = 2
|
|
const m3h2 = 2
|
|
const m3h3 = 3
|
|
const m3h4 = 4
|