Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / sp.cocci
1 @ rule0 @
2 type T;
3 @@
4
5 - typedef
6 struct
7 + name
8 { ... }
9 - T
10 ;