Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / multr.c
1 int main() {
2 foo(12);
3 }
4
5 int q() {
6 xxx();
7 }