Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / nameless.res
CommitLineData
90aeb998
C
1typedef union {
2int foo;
3} t_foo;
4typedef struct __COCCI__TMP__STRUCTNAME__ {
5int foo;
6} t_foo;