Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / reserved.c
1 int main() {
2 f(1,1);
3 f(2,2,2);
4 f(3,3,3,3);
5 f(1,2);
6 f(2,3,2);
7 f(3,4,3,3);
8 }