mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-21 23:25:07 +00:00
28 lines
440 B
C++
28 lines
440 B
C++
#ifndef FOO
|
|
#define FOO
|
|
|
|
#endif
|
|
|
|
/*
|
|
OUTPUT:
|
|
{
|
|
"includes": [],
|
|
"skipped_by_preprocessor": [],
|
|
"types": [],
|
|
"funcs": [],
|
|
"vars": [{
|
|
"id": 0,
|
|
"usr": 11674328179498211370,
|
|
"detailed_name": "FOO",
|
|
"short_name": "FOO",
|
|
"hover": "#define FOO",
|
|
"declarations": [],
|
|
"spell": "2:9-2:12|-1|1|2",
|
|
"extent": "2:9-2:12|-1|1|0",
|
|
"uses": [],
|
|
"kind": 255,
|
|
"storage": 0
|
|
}]
|
|
}
|
|
*/
|