summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug055.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug055.go')
-rw-r--r--test/fixedbugs/bug055.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixedbugs/bug055.go b/test/fixedbugs/bug055.go
index a8b1a6cd2..3b6d86427 100644
--- a/test/fixedbugs/bug055.go
+++ b/test/fixedbugs/bug055.go
@@ -17,5 +17,6 @@ func main() {
i = 0;
type s2 int;
var k = func (a int) int { return a+1 }(3);
+ _, _ = j, k;
ro:
}