v2 / vlib / v / tests / modules / sub / foo / const.v
3 lines · 2 sloc · 39 bytes · 8a0fc258a4a998d8e3164ce7473c3d01cc3bf5f4
Raw
1module foo
2
3pub const num_elements = 2
4