Release of coccinelle 1.0.0-rc9
[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;