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