Merge from trunk
[official-gcc.git] / gcc / testsuite / go.test / test / fixedbugs / issue6513.dir / b.go
blob3b35b2d324b85e35cfe197e4b21b21e8a751c828
1 // Copyright 2013 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 import "./a"
9 type U struct{ a.T }