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