Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / stm10.c
1 int main(int x) {
2 f();
3 if (x) replace();
4 g();
5 if (x) replace();
6 }