3ea1793f96e2eb494964eb24461e0819910c17ba
[dotfiles/.git] / E1.go
1 // +build ignore
2
3 package E1
4
5 import "log"
6
7 func example() {
8         log.Fatal("oops") // match
9 }