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