d1762ebb36d3889a17099d76dde2f6291acdbd45
[dotfiles/.git] / I1.go
1 // +build ignore
2
3 package I1
4
5 import "fmt"
6
7 func example() {
8         _ = fmt.Errorf("%s", "foo")
9 }