6f82cdfe897cc2586f45a02cb5aa456b1fd69c13
[dotfiles/.git] / J.template
1 // +build ignore
2
3 package templates
4
5 import ()
6
7 func before(x int) int { return x + x + x }
8 func after(x int) int {
9         temp := x + x
10         return temp + x
11 }