diff options
Diffstat (limited to 'test/gc1.go')
-rw-r--r-- | test/gc1.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gc1.go b/test/gc1.go index d746e9c62..eecc036fc 100644 --- a/test/gc1.go +++ b/test/gc1.go @@ -9,5 +9,6 @@ package main func main() { for i := 0; i < 1000000; i++ { x := new([100]byte); + _ = x; } } |