v/vlib/v/checker/tests/var_eval_not_used.vv

8 lines
35 B
V

const (
c = 1
)
fn main() {
c
}