blob: 7009b8edf6f5bba1fed7c503fe2a4661040c51f4 [file] [log] [blame]
package main
func main() {
f()
}
func f() {
g()
}
func g() int {
return 1
}