diff options
Diffstat (limited to 'test/fixedbugs/bug235.go')
| -rw-r--r-- | test/fixedbugs/bug235.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug235.go b/test/fixedbugs/bug235.go index 8cecd9d047..a494c50f53 100644 --- a/test/fixedbugs/bug235.go +++ b/test/fixedbugs/bug235.go @@ -6,7 +6,7 @@ // used to crash the compiler -package main +package bug235 type T struct { x [4]byte |
