honnef.co/go/tools@v0.4.7/staticcheck/testdata/src/example.com/CheckTestMainExit-1_go115/CheckTestMainExit-1.go (about)

     1  package pkg
     2  
     3  import "testing"
     4  
     5  func TestMain(m *testing.M) {
     6  	m.Run()
     7  }