mirror of
https://github.com/golang/go
synced 2024-11-19 03:24:40 -07:00
10 lines
92 B
Go
10 lines
92 B
Go
|
// +build ignore
|
||
|
|
||
|
package I1
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func example() {
|
||
|
_ = fmt.Errorf("%s", "foo")
|
||
|
}
|