summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug075.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug075.go')
-rw-r--r--test/fixedbugs/bug075.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixedbugs/bug075.go b/test/fixedbugs/bug075.go
index fceeef8cb..7aed13089 100644
--- a/test/fixedbugs/bug075.go
+++ b/test/fixedbugs/bug075.go
@@ -13,4 +13,5 @@ func main() {
var x int;
var ok bool;
x, ok = t.m[0]; //bug075.go:11: bad shape across assignment - cr=1 cl=2
+ _, _ = x, ok;
}