summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug053.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug053.go')
-rw-r--r--test/fixedbugs/bug053.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixedbugs/bug053.go b/test/fixedbugs/bug053.go
index 602b0a130..c981403ed 100644
--- a/test/fixedbugs/bug053.go
+++ b/test/fixedbugs/bug053.go
@@ -8,4 +8,5 @@ package main
func main() {
var len int; // len should not be a keyword - this doesn't compile
+ _ = len;
}