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