Exemple #1
0
func main() {
	b.B()
}
Exemple #2
0
func main() {
	a.A()
	b.B()
}
Exemple #3
0
func A() {
	b.B()
}