summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug145.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug145.go')
-rw-r--r--test/fixedbugs/bug145.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fixedbugs/bug145.go b/test/fixedbugs/bug145.go
index 0b41ab59c..c59bcebd6 100644
--- a/test/fixedbugs/bug145.go
+++ b/test/fixedbugs/bug145.go
@@ -9,7 +9,8 @@ package main
type t int
func main() {
- t := 0
+ t := 0;
+ _ = t;
}
/*