blob: 0bd37dfcd4f55774109167fd62b5591eeec0b346 [file] [log] [blame]
package main
func main() {
f()
}
func f() {
g()
}
func g() {
println(1)
}