summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug179.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug179.go')
-rw-r--r--test/fixedbugs/bug179.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixedbugs/bug179.go b/test/fixedbugs/bug179.go
index 690b01265..67548733c 100644
--- a/test/fixedbugs/bug179.go
+++ b/test/fixedbugs/bug179.go
@@ -17,6 +17,7 @@ L:
L1:
x := 1;
+ _ = x;
for {
break L1; // ERROR "L1"
continue L1; // ERROR "L1"