aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue8042.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue8042.go')
-rw-r--r--test/fixedbugs/issue8042.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fixedbugs/issue8042.go b/test/fixedbugs/issue8042.go
index 5639f97bb8..be15ef06cd 100644
--- a/test/fixedbugs/issue8042.go
+++ b/test/fixedbugs/issue8042.go
@@ -9,7 +9,7 @@
package p
-func _() {
+func f1() {
goto L1
const x = 0
L1:
@@ -18,7 +18,7 @@ L1:
L2:
}
-func _() {
+func f2() {
{
goto L1
}
@@ -31,7 +31,7 @@ L1:
L2:
}
-func _(d int) {
+func f3(d int) {
if d > 0 {
goto L1
} else {