neoneo-go/pkg/compiler/testdata/multi/file1.go
2020-12-28 17:23:30 +03:00

9 lines
92 B
Go

package multi
var SomeVar12 = 12
const SomeConst = 42
func Func1() bool {
return true
}