aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/query-find-references-output-limit
blob: aa81868fb3edd3b79e8a5780bc3ac0333a043b4b (plain)
1
2
3
4
5
6
7
8
9
10
find-references refs.c refs2 "" 1 1

refs2 has 4 references:

function long_func_with_ref calls it at refs.c:29
  28:		refs1();
  29:		refs2(refs1, refs0());
  30:		refs0();