func main() { _ = "breakpoint" foo.Foo() subfoo.SubFoo() }
func TestFoos(t *testing.T) { _ = "breakpoint" foo.Foo() subfoo.SubFoo() }