diff options
Diffstat (limited to 'pkg/codesearch/testdata/source1.c.json')
| -rw-r--r-- | pkg/codesearch/testdata/source1.c.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pkg/codesearch/testdata/source1.c.json b/pkg/codesearch/testdata/source1.c.json new file mode 100644 index 000000000..72278a191 --- /dev/null +++ b/pkg/codesearch/testdata/source1.c.json @@ -0,0 +1,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 + } + } + ] +}
\ No newline at end of file |
