Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / td.c
CommitLineData
34e49164
C
1struct foo {int a;};
2
3typedef struct blah {int a;} name;
4
5typedef struct {int a;} xxx;