summaryrefslogtreecommitdiffstats
path: root/src/go/doc/testdata/examples/whole_function_external.golden
blob: ec8f114abe255381466f285675743afa88065312 (plain)
1
2
3
4
5
6
7
8
-- .Play --
package main

func foo(int)

func main() {
	foo(42)
}