- Try to do better pretty printing when array elements are individually
[bpt/coccinelle.git] / tests / check_order1.c
CommitLineData
708f4980
C
1int main () {
2 f(one);
3 f(two);
4 f(three);
5 f(four);
6 f(five);
7}