permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / nameless.c
CommitLineData
90aeb998
C
1typedef union {
2int foo;
3} t_foo;
4typedef struct {
5int foo;
6} t_foo;