aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/query-def-source-struct0
blob: adf011a3c149894be65d16f44d947810429d9da9 (plain)
1
2
3
4
5
6
7
8
def-source source0.c struct_in_c_file yes

struct struct_in_c_file is defined in source0.c:

   6:	struct struct_in_c_file {
   7:		int X;
   8:		struct some_struct by_value;
   9:	};