Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / demos / spp / test2.c
1 int main() {
2 int foo;
3 foo = 1000;
4 return 0;
5 }