aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/query-def-source-struct3
blob: 0d4f4e29e158a5cc3f81690fdc65960a3839992f (plain)
1
2
3
4
5
6
7
8
9
10
11
def-source source0.c some_struct_with_a_comment yes

struct some_struct_with_a_comment is defined in source0.h:

  24:	/*
  25:	 * This should not require an explanation.
  26:	 */
  27:	struct some_struct_with_a_comment {
  28:		int x;
  29:		struct some_struct* other_struct;
  30:	};