github.com/switchupcb/yaegi@v0.10.2/_test/type0.go (about) 1 package main 2 3 type newInt int 4 5 func main() { 6 var a newInt 7 println(a) 8 } 9 10 // Output: 11 // 0