(root)/
gcc-13.2.0/
gcc/
testsuite/
go.test/
test/
fixedbugs/
issue16133.dir/
a1.go
package a

type X string

func NewX() X {
	return ""
}