blob: a0adfc8bb31c24d3edd158a7c1c6f3a9a85ccf18 [file] [log] [blame]
// +build ignore
package E1
import (
"log"
"os"
"fmt"
)
func example() {
fmt.Fprintf(os.Stderr, "warning: %v", "oops") // match
}