Release coccinelle-0.1.8
[bpt/coccinelle.git] / demos / python_regexp.c
1 int main()
2 {
3 int x;
4
5 x = foo();
6 x = foo_new();
7 x = bar();
8 }