Source file src/cmd/cgo/internal/testshared/testdata/explicit/explicit.go

     1  package explicit
     2  
     3  import (
     4  	"testshared/implicit"
     5  )
     6  
     7  func E() int {
     8  	return implicit.I()
     9  }
    10  

View as plain text