summaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/src/notest/hello.go
blob: 7c42c32fb0abcae9ad478b2e9b324b4de4814526 (plain)
1
2
3
4
5
6
package notest

func hello() {
	println("hello world")
}
Hello world