Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / ldecl.c
1 int main(){
2 int a, b;
3 int c = a + b;
4 return 0;
5 }