Release coccinelle-0.1
[bpt/coccinelle.git] / tests / void.cocci
1 @@
2 @@
3
4 + int foo(void) { return; }
5 int bar(void) { return; }
6 + int foo(void) { return; }