honnef.co/go/tools@v0.5.0-0.dev.0.20240520180541-dcae280a5e87/staticcheck/sa3000/testdata/src/example.com/CheckTestMainExit-1_go14/CheckTestMainExit-1.go (about)

     1  package pkg
     2  
     3  import "testing"
     4  
     5  func TestMain(m *testing.M) { //@ diag(`should call os.Exit`)
     6  	m.Run()
     7  }