diff options
Diffstat (limited to 'test/fixedbugs/bug063.go')
| -rw-r--r-- | test/fixedbugs/bug063.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug063.go b/test/fixedbugs/bug063.go index 543e0b7260..15ca44cf05 100644 --- a/test/fixedbugs/bug063.go +++ b/test/fixedbugs/bug063.go @@ -4,5 +4,5 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package main +package bug063 const c = 0 ^ 0 |
