v / cmd / tools / vwhere / test / nested_mod / nested_file.v
6 lines · 5 sloc · 93 bytes · 2875086717344bbc161f3f3cecbce6751d8ab1dc
Raw
1module nested_mod
2
3pub const a = 30
4pub const b = 60
5pub const c = 120
6pub const common = 42
7