github.com/cockroachdb/tools@v0.0.0-20230222021103-a6d27438930d/refactor/eg/testdata/J1.go (about)

     1  package I1
     2  
     3  import "fmt"
     4  
     5  func example() {
     6  	temp := 5
     7  	fmt.Print(temp + temp + temp)
     8  }