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