Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / type1.c
1 int foo() {
2 int x;
3 return 0;
4 }
5