DEBSOURCES
Skip Quicknav
sources / golang-github-traefik-yaegi / 0.16.1-2 / _test / type0.go
1234567891011
package main type newInt int func main() { var a newInt println(a) } // Output: // 0