diff options
Diffstat (limited to 'test/fixedbugs/bug061.go')
| -rw-r--r-- | test/fixedbugs/bug061.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixedbugs/bug061.go b/test/fixedbugs/bug061.go index 1b78028c4..aedcf70fe 100644 --- a/test/fixedbugs/bug061.go +++ b/test/fixedbugs/bug061.go @@ -9,6 +9,7 @@ package main func main() { var s string; s = "0000000000000000000000000000000000000000000000000000000000"[0:7]; + _ = s; } /* |
