diff options
Diffstat (limited to 'v_windows/v/old/vlib/v/fmt/tests/goto_expected.vv')
-rw-r--r-- | v_windows/v/old/vlib/v/fmt/tests/goto_expected.vv | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/v_windows/v/old/vlib/v/fmt/tests/goto_expected.vv b/v_windows/v/old/vlib/v/fmt/tests/goto_expected.vv new file mode 100644 index 0000000..144a3ad --- /dev/null +++ b/v_windows/v/old/vlib/v/fmt/tests/goto_expected.vv @@ -0,0 +1,4 @@ +fn test_goto() { + goto label + label: +} |