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