Sign in
go
/
tools
/
0af0626a789d1069d469a8463ad1ce9207ec33f3
/
.
/
go
/
pointer
/
testdata
/
recur.go
blob: 4c7229de94ac12bcdb71621ce7a0af330aed1a61 [
file
]
// +build ignore
package main
// Analysis abstraction of recursive calls is finite.
func main() {
main()
}
// @calls main.main -> main.main