global unnamed structures ignored

This commit is contained in:
Vladimir Kalinin 2014-05-15 03:13:25 +04:00
commit 3692e175bc
3 changed files with 13 additions and 1 deletions

View file

@ -87,5 +87,9 @@ typedef struct {
int d;
} bar;
} FOO;
struct {
int i;
} THING;
%}