Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / nameless.res
1 typedef union {
2 int foo;
3 } t_foo;
4 typedef struct __COCCI__TMP__STRUCTNAME__ {
5 int foo;
6 } t_foo;