github.com/traefik/yaegi@v0.15.1/_test/const14.go (about) 1 package main 2 3 import "compress/flate" 4 5 func f1(i int) { println("i:", i) } 6 7 func main() { 8 i := flate.BestSpeed 9 f1(i) 10 } 11 12 // Output: 13 // i: 1