summaryrefslogtreecommitdiffstats
path: root/test/fixedbugs/issue16133.dir/b.go
blob: be1bebf889e22ca6f78f7e068f37e9c19c5eb621 (plain)
1
2
3
4
5
6
7
package b

import "./a2"

type T struct {
	X a.X
}