Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / reserved.res
... / ...
CommitLineData
1int main() {
2 f(1,2);
3 f(2,3,2);
4 f(3,4,3,3);
5}