diff options
Diffstat (limited to 'test/fixedbugs/bug092.go')
| -rw-r--r-- | test/fixedbugs/bug092.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixedbugs/bug092.go b/test/fixedbugs/bug092.go index 8f18c3852..8f05c478f 100644 --- a/test/fixedbugs/bug092.go +++ b/test/fixedbugs/bug092.go @@ -9,6 +9,7 @@ package main func main() { var a [1000] int64; // this alone works var b [10000] int64; // this causes a runtime crash + _, _ = a, b; } /* |
