aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/query-def-source-header
blob: fd3ba300b3c4966710df3fcd2baed2d834157e85 (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:

  18:	void function_with_comment_in_header()
  19:	{
  20:		same_name_in_several_files();
  21:	}