diff options
Diffstat (limited to 'test/fixedbugs/bug047.go')
-rw-r--r-- | test/fixedbugs/bug047.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fixedbugs/bug047.go b/test/fixedbugs/bug047.go index 805647b3d..f3749e739 100644 --- a/test/fixedbugs/bug047.go +++ b/test/fixedbugs/bug047.go @@ -18,4 +18,6 @@ func main() { type M map[int] int; m0 := M{7:8}; + + _, _ = t, m0; } |