v/cmd/tools/vwhere/test/nested_mod/nested_file.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