v/vlib/v/fmt/tests/goto_expected.vv

5 lines
39 B
V

fn test_goto() {
goto label
label:
}