We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272e0ea commit 1356317Copy full SHA for 1356317
src/cmd/compile/internal/syntax/testdata/issue70957.go
@@ -0,0 +1,9 @@
1
+// Copyright 2024 The Go Authors. All rights reserved.
2
+// Use of this source code is governed by a BSD-style
3
+// license that can be found in the LICENSE file.
4
+
5
+package p
6
7
+func f() { goto /* ERROR syntax error: unexpected semicolon, expected name */ ;}
8
9
+func f() { goto } // ERROR syntax error: unexpected }, expected name
0 commit comments