v/vlib/v/checker/tests/const_field_name_snake_case.vv

5 lines
46 B
V

const (
Red = 1
)
fn main() { println(Red) }