github.com/gmemcc/yaegi@v0.12.1-0.20221128122509-aa99124c5d16/_test/testdata/redeclaration-global7/src/guthib.com/bar/quux.go (about)

     1  package quux
     2  
     3  func Quux() string {
     4  	return "bar"
     5  }