aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/query-def-source-struct6
blob: 77d9a1102d3b7ffd7187aa5f88ce627b1ab5a3ee (plain)
1
2
3
4
5
6
7
def-source source0.c another_struct_t yes

typedef another_struct_t is defined in source0.h:

  36:	typedef struct another_struct {
  37:		int x;
  38:	} another_struct_t;