Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / stm10.res
... / ...
CommitLineData
1int main(int x) {
2 f();
3 if (x) replace();
4 h();
5 g();
6 if (x) replace();
7}