Sign in
go
/
go.git
/
refs/heads/release-branch.go1.13
/
.
/
src
/
cmd
/
go
/
testdata
/
testcover
/
pkg4
/
a_test.go
blob: 12b8685294d0b2051c40ed063045f1f3bc7f59fa [
file
] [
edit
]
package pkg4
import (
"testing"
)
func TestT(t *testing.T) {
_ = T{}
}