aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/query-def-source-struct7
blob: 12f1955b3908de1767a22fd3c998ee58e7a1d696 (plain)
1
2
3
4
5
6
7
8
9
def-source source0.c some_union yes

union some_union is defined in source0.h:

  40:	union some_union {
  41:		int x;
  42:		void* p;
  43:		struct some_struct s;
  44:	};