Improve ctags callback API
[geany-mirror.git] / tests / ctags / bug1466117.c
blob8eaf98214cc76e352de1e0cb1d877b1848d4fdcd
1 typedef struct mystruct {
2 int a;
3 int b;
4 };
6 typedef struct {
7 int a;
8 int b;
9 } mystruct;