v2 / vlib / v / fmt / tests / goto_input.vv
4 lines · 4 sloc · 38 bytes · 83b629210577e8e00f304f3fcdb8440cb96caab3
Raw
1fn test_goto() {
2 goto label
3label:
4}
5