Sign in
go
/
tools
/
a164829754a3cc01b2086eec5dcc9599c8e08809
/
.
/
go
/
pointer
/
testdata
/
recur.go
blob: 065676330256fcaddec7069a151ca879d4f5f768 [
file
] [
log
] [
blame
]
//go:build ignore
// +build ignore
package main
// Analysis abstraction of recursive calls is finite.
func main() {
main()
}
// @calls command-line-arguments.main -> command-line-arguments.main