Source file test/fixedbugs/issue4326.dir/p2.go 1 package p2 2 3 import "./p1" 4 5 func NewO() p1.O { return nil } 6 View as plain text