summary refs log tree commit diff stats
path: root/tests/importalls/m3.nim
blob: caeae2a01f0005d373c8f330f865b161fa53c4d2 (plain) (blame)
1
2
3
4
5
# 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