DEBSOURCES
Skip Quicknav
sources / golang-github-traefik-yaegi / 0.16.1-2 / _test / op11.go
12345678910
package main func main() { a, b := 1, 2 _ = a + b println("ok") } // Output: // ok