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