func main() { defer dep.ImplementedInAsm() runtime.GC() dep.V = dep.F() + 1 }
func G() int { return dep.F() + 1 }
func main() { dep.V = dep.F() + 1 }