v/vlib/v/fmt/tests/goto_input.vv

5 lines
38 B
V

fn test_goto() {
goto label
label:
}