/Test/bug1466117.c
C | 10 lines | 8 code | 2 blank | 0 comment | 0 complexity | f2b7fc78eb9c18621b34b7f70fe2b96e MD5 | raw file
Possible License(s): GPL-2.0
1typedef struct mystruct { 2 int a; 3 int b; 4}; 5 6typedef struct { 7 int a; 8 int b; 9} mystruct; 10