summaryrefslogtreecommitdiffstats
path: root/llgo/third_party/gotools/go/pointer/testdata/recur.go
blob: 4c7229de94ac12bcdb71621ce7a0af330aed1a61 (plain)
1
2
3
4
5
6
7
8
9
10
11
// +build ignore

package main

// Analysis abstraction of recursive calls is finite.

func main() {
	main()
}

// @calls main.main -> main.main
OpenPOWER on IntegriCloud