/Test/bug1466117.c
http://github.com/fishman/ctags · C · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · f2b7fc78eb9c18621b34b7f70fe2b96e MD5 · raw file
- typedef struct mystruct {
- int a;
- int b;
- };
- typedef struct {
- int a;
- int b;
- } mystruct;