/Test/bug1466117.c

http://github.com/fishman/ctags · C · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · f2b7fc78eb9c18621b34b7f70fe2b96e MD5 · raw file

  1. typedef struct mystruct {
  2. int a;
  3. int b;
  4. };
  5. typedef struct {
  6. int a;
  7. int b;
  8. } mystruct;