Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / badexp.res
1 int main() {
2 foo(a);
3 b = 3+a*27;
4 }