blob: 54054c81258c2e5f501cff718c0d2bae0608b8f1 [file] [log] [blame]
package E1
import "log"
func example() {
log.Fatal("oops") // match
}