neoneo-go/pkg/compiler/testdata/constonly/const.go
Evgenii Stratonikov ec58bec803 compiler: fix global constant traversal
There can be no global variables, but some global constants.
Introduced in 0b44a430.
2020-12-10 13:45:10 +03:00

4 lines
85 B
Go

package constonly
// Answer is the only thing you will ever need.
const Answer = 42