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

function function_with_comment_in_header is defined in source0.c:

  24:	void function_with_comment_in_header()
  25:	{
  26:		same_name_in_several_files();
  27:	}