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