global unnamed structures ignored
This commit is contained in:
parent
5d78f14b1c
commit
3692e175bc
3 changed files with 13 additions and 1 deletions
|
|
@ -87,5 +87,9 @@ typedef struct {
|
|||
int d;
|
||||
} bar;
|
||||
} FOO;
|
||||
|
||||
struct {
|
||||
int i;
|
||||
} THING;
|
||||
%}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue