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