DEBSOURCES
Skip Quicknav
sources / golang-github-traefik-yaegi / 0.16.1-2 / _test / const2.go
12345678910
package main func main() { println(a) } const a = "hello" // Output: // hello