Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / void.cocci
CommitLineData
34e49164
C
1@@
2@@
3
4+ int foo(void) { return; }
5 int bar(void) { return; }
6+ int foo(void) { return; }