github.com/gagliardetto/golang-go@v0.0.0-20201020153340-53909ea70814/cmd/go/testdata/testcover/pkg4/a_test.go (about) 1 package pkg4 2 3 import ( 4 "testing" 5 ) 6 7 func TestT(t *testing.T) { 8 _ = T{} 9 }