diff options
Diffstat (limited to 'test/fixedbugs/bug106.dir/bug0.go')
-rw-r--r-- | test/fixedbugs/bug106.dir/bug0.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixedbugs/bug106.dir/bug0.go b/test/fixedbugs/bug106.dir/bug0.go index 7daf20944..d9c26a00b 100644 --- a/test/fixedbugs/bug106.dir/bug0.go +++ b/test/fixedbugs/bug106.dir/bug0.go @@ -3,4 +3,5 @@ // license that can be found in the LICENSE file. package bug0 + const A = -1 |