Release coccinelle-0.2.0
[bpt/coccinelle.git] / tests / enum.c
CommitLineData
002099fc
C
1typedef enum
2{
3} another_test;
4
5typedef enum
6{
7xxx
8#ifdef FOO
9,bar
10#endif
11} another_test2;
12
13typedef enum
14{
15xxx
16} this_one_works;
17
18static reg_errcode_t
19regex_compile ()
20{
21 unsigned char *pending_exact = 0;
22}