github.com/ltltlt/go-source-code@v0.0.0-20190830023027-95be009773aa/cmd/go/testdata/src/vetpkg/c.go (about)

     1  // +build tagtest
     2  
     3  package p
     4  
     5  import "fmt"
     6  
     7  func g() {
     8  	fmt.Printf("%d", 3, 4)
     9  }