Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / define_chip_t.cocci
1 @ rule1 @
2 type T;
3 @@
4
5 - #define chip_t T
6
7
8 @@
9 typedef chip_t;
10 type rule1.T;
11 @@
12
13 - chip_t
14 + T