summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug077.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug077.go')
-rw-r--r--test/fixedbugs/bug077.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixedbugs/bug077.go b/test/fixedbugs/bug077.go
index ba6e3b77d..08028ab10 100644
--- a/test/fixedbugs/bug077.go
+++ b/test/fixedbugs/bug077.go
@@ -9,4 +9,5 @@ package main
func main() {
var exit int;
exit:
+ _ = exit;
}