DEBSOURCES
Skip Quicknav
sources / golang-github-traefik-yaegi / 0.14.3-1 / _test / fun4.go
1234567891011
package main func f() {} func main() { f() println("ok") } // Output: // ok