aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/query-def-source-struct5
blob: b86f38484d82de6cbe9fad1b3ddfd77b0d298ed7 (plain)
1
2
3
4
5
6
7
def-source source0.c another_struct yes

struct another_struct is defined in source0.h:

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