Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / not.res
CommitLineData
34e49164
C
1int main() {
2 int x;
3 f(20);
4 this(foo,x);
5 bar(12,x);
6 foo(12,x);
7 f(20);
8 f(20);
9}