Sign in
go
/
tools
/
2a3bccfb1bf676aea1cfefb8eae1c7f4c566d22d
/
.
/
refactor
/
eg
/
testdata
/
E1.go
blob: 3ea1793f96e2eb494964eb24461e0819910c17ba [
file
] [
log
] [
blame
]
// +build ignore
package E1
import "log"
func example() {
log.Fatal("oops")
// match
}