diff options
Diffstat (limited to 'test/fixedbugs/bug048.go')
-rw-r--r-- | test/fixedbugs/bug048.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixedbugs/bug048.go b/test/fixedbugs/bug048.go index fbfc12013..b9fee7899 100644 --- a/test/fixedbugs/bug048.go +++ b/test/fixedbugs/bug048.go @@ -9,4 +9,5 @@ package main func main() { type M map[int] int; m1 := M{7 : 8}; + _ = m1; } |