Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / tests / type1.cocci
1 @@
2 identifier q;
3 @@
4
5 foo(...) {
6 int
7 + *
8 q;
9 ...
10 }
11