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

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