func main() { a.AFoo() b.BFoo() g.GFoo() println(e.CSin(2.4)) println(e.Atoi("5")) }
func TestB(t *testing.T) { BFoo() a.AFoo() }
func TestAHelp(t *testing.T) { println("A help") a.AFoo() }