blob: d1762ebb36d3889a17099d76dde2f6291acdbd45 [file] [log] [blame]
// +build ignore
package I1
import "fmt"
func example() {
_ = fmt.Errorf("%s", "foo")
}