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