aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/query-find-references-field1
blob: 933d14b33976693025a66c2b846dcac47fe38e50 (plain)
1
2
3
4
5
6
7
8
9
10
find-references source0.c some_struct::y "" 1 10

some_struct::y has 1 references:

function field_refs reads it at source0.c:41
  40:	{
  41:		p->x = p->y;
  42:		*(&p->x) = 1;