func Foo() string { return bar.Bar() + "!" }
func main() { _ = "breakpoint" foo.Foo() bar.Bar() baz.Baz() }