Files
2024-09-21 23:49:08 +10:00

8 lines
55 B
Go

package a
type X string
func NewX() X {
return ""
}