blob: c981eff4482300b452462f490bc7d4d6d7d20c16 [file] [log] [blame]
// go:build ignore
package vuln
var VG int
type VulnData struct{}
func (v VulnData) Vuln() {}
func Vuln() {
print(VG)
}
// Part of a test program consisting of packages found in
// top_package.go, a_dep.go, and b_dep.go. For more details,
// see testProgAndEnv function in helpers_test.go.