github.com/zxy12/golang151_with_comment@v0.0.0-20190507085033-721809559d3c/cmd/go/testdata/src/badtest/badexec/x_test.go (about) 1 package badexec 2 3 func init() { 4 panic("badexec") 5 }