aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/source2.c.json
blob: 4407152db595d10bdae9c631ed4bb994ca4475f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"definitions": [
		{
			"kind": "function",
			"name": "same_name_in_several_files",
			"type": "void ()",
			"body": {
				"file": "source2.c",
				"start_line": 4,
				"end_line": 7
			},
			"comment": {
				"file": "source2.c",
				"start_line": 1,
				"end_line": 2
			}
		}
	]
}