github.com/nspcc-dev/neo-go@v0.105.2-0.20240517133400-6be757af3eba/pkg/compiler/testdata/multi/file1.go (about)

     1  package multi
     2  
     3  var SomeVar12 = 12
     4  
     5  const SomeConst = 42
     6  
     7  func Func1() bool {
     8  	return true
     9  }