blob: ef5648f0590c42e9b6d7a3ee4049fca0feb3ae00 [file] [log] [blame]
// +build tagtest
package p
import "fmt"
func g() {
fmt.Printf("%d", 3, 4)
}