blob: 6f82cdfe897cc2586f45a02cb5aa456b1fd69c13 [file] [log] [blame]
// +build ignore
package templates
import ()
func before(x int) int { return x + x + x }
func after(x int) int {
temp := x + x
return temp + x
}