Reverting merge from trunk
[official-gcc.git] / gcc / testsuite / go.test / test / fixedbugs / bug191.dir / b.go
blob3e780ac0dd82641d51a7b24e28b57ad2d50ba7b5
1 // Copyright 2009 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 package b
7 func init() {
8 println("b");
11 type V int;