Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / test12.res
... / ...
CommitLineData
1void main(int foo) {
2
3 f(1, 2);
4 foo();
5 g(2);
6
7}
8