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