xref
: /
aosp_15_r20
/
prebuilts
/
go
/
linux-x86
/
test
/
fixedbugs
/
issue4326.dir
/
p2.go
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
p2
2
3
import
"./p1"
4
5
func
NewO
()
p1
.
O
{
return
nil
}
6