Release coccinelle-0.2.3rc3
[bpt/coccinelle.git] / demos / pg.cocci
CommitLineData
174d1640
C
1@initialize:ocaml@
2open Postgresql
3
4@r@
5expression x,a;
6@@
7
8f(x,a)
9
10@script:ocaml@
11y << r.x;
12yy << r.a;
13@@
14()
15
16@finalize:ocaml@
17()