Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / tests / exitp.c
1 int main () {
2 f(a1);
3 f(a2);
4 f(done);
5 f(a4);
6 }