Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / nameless.c
CommitLineData
90aeb998
C
1typedef union {
2int foo;
3} t_foo;
4typedef struct {
5int foo;
6} t_foo;