Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / tests / post.c
1 int main() {
2 f(3, foo + bar, 5);
3 f(4, 3, 5);
4 f(4, 3, 5);
5 h(3, some + thing, 5);
6 h(4, 3, 5);
7 h(4, 3, 5);
8 }