Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / void.res
1 int xbar(void) { return; }
2
3 int foo(void) { return; }
4
5 // this is some info about bar
6
7 int bar(void) { return; }
8
9 int foo(void) { return; }