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