mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
6 lines
93 B
V
6 lines
93 B
V
module nested_mod
|
|
|
|
pub const a = 30
|
|
pub const b = 60
|
|
pub const c = 120
|
|
pub const common = 42
|