issue29559.go 75 B

12345
  1. package issue29559
  2. type AString = string
  3. func TakesAString(s AString) {}