github.com/traefik/yaegi@v0.15.1/_test/issue-1475.go (about)

     1  package main
     2  
     3  type T uint16
     4  
     5  func f() T { return 0 }
     6  
     7  func main() {
     8  	println(f())
     9  }
    10  
    11  // Output:
    12  // 0