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

import "./p2"

func main() {
	p2.NewO().RemoveOption("hello", "world")
}