Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / vpos.c
1 int main() {
2 f(2);
3 if (x) {
4 g(1,1);
5 }
6 else {
7 g(1,2);
8 }
9 }