(root)/
gcc-13.2.0/
gcc/
testsuite/
go.test/
test/
fixedbugs/
issue4326.dir/
p2.go
package p2

import "./p1"

func NewO() p1.O { return nil }