aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/go.test/test/fixedbugs/issue4879.dir/b.go
blob: d8fb5693db903e528eb8f5d9747753d19a999f66 (plain)
1
2
3
4
5
6
7
8
9
package b

import "./a"

func F() {
      a.MakePrivateCollection()
      a.MakePrivateCollection2()
      a.MakePrivateCollection3()
}