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

function func_in_header is defined in source0.h:

  12:	static inline int func_in_header()
  13:	{
  14:		return 0;
  15:	}