Home | History | Annotate | Download | only in vetpkg
      1 // +build tagtest
      2 
      3 package p
      4 
      5 import "fmt"
      6 
      7 func g() {
      8 	fmt.Printf("%d", 3, 4)
      9 }
     10