Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / void.res
CommitLineData
34e49164
C
1int xbar(void) { return; }
2
3int foo(void) { return; }
4
5// this is some info about bar
6
7int bar(void) { return; }
8
9int foo(void) { return; }