- Try to do better pretty printing when array elements are individually
[bpt/coccinelle.git] / tests / arg.cocci
CommitLineData
34e49164
C
1//@@
2//@@
3//
4// foo(...
5//- ,bar()
6// )
7
8
9@@
10@@
11
12 foo(...,
13- bar(),
14 ...)