summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/testdata/src/testnorun/p.go
blob: 71a9a561ef939c7ed27f76bedfab0d22db272b56 (plain)
1
2
3
4
5
package p

func init() {
	panic("go test must not link and run test binaries without tests")
}