summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug096.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug096.go')
-rw-r--r--test/fixedbugs/bug096.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixedbugs/bug096.go b/test/fixedbugs/bug096.go
index 81d6c4aad..9be687a7b 100644
--- a/test/fixedbugs/bug096.go
+++ b/test/fixedbugs/bug096.go
@@ -11,6 +11,7 @@ type A []int;
func main() {
a := &A{0};
b := &A{0, 1};
+ _, _ = a, b;
}
/*