diff options
Diffstat (limited to 'pkg/codesearch/testdata/source0.c.json')
| -rw-r--r-- | pkg/codesearch/testdata/source0.c.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/codesearch/testdata/source0.c.json b/pkg/codesearch/testdata/source0.c.json index 5eea7aba9..cb80dc021 100644 --- a/pkg/codesearch/testdata/source0.c.json +++ b/pkg/codesearch/testdata/source0.c.json @@ -13,6 +13,18 @@ }, { "kind": "function", + "name": "func_in_header", + "type": "int ()", + "is_static": true, + "body": { + "file": "source0.h", + "start_line": 12, + "end_line": 15 + }, + "comment": {} + }, + { + "kind": "function", "name": "function_with_comment_in_header", "type": "void ()", "body": { |
