summaryrefslogtreecommitdiffstats
path: root/test/fixedbugs/issue16133.dir/a1.go
blob: 497cccf3633f957192c07ae58e63792754bc31d9 (plain)
1
2
3
4
5
6
7
package a

type X string

func NewX() X {
	return ""
}