Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / sgrep.c
1 int main() {
2 f();
3 x();
4 a();
5 g();
6 if (q) y();
7 }