Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / td.c
1 struct foo {int a;};
2
3 typedef struct blah {int a;} name;
4
5 typedef struct {int a;} xxx;