Release coccinelle-0.1
[bpt/coccinelle.git] / tests / td.res
1 struct foo {int b;};
2
3 typedef struct blah {int b;} name;
4
5 typedef struct {int b;} xxx;