Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / define_chip_t.cocci
CommitLineData
34e49164
C
1@ rule1 @
2type T;
3@@
4
5- #define chip_t T
6
7
8@@
9typedef chip_t;
10type rule1.T;
11@@
12
13- chip_t
14+ T