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