xref
: /
aosp_15_r20
/
prebuilts
/
go
/
linux-x86
/
src
/
cmd
/
cgo
/
internal
/
testshared
/
testdata
/
exe3
/
exe3.go
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
main
2
3
import
"
testshared
/
dep3
"
4
5
func
main
() {
6
dep3
.
D3
()
7
}
8