mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 23:55:08 +00:00
17 lines
327 B
C++
17 lines
327 B
C++
static int global = 0;
|
|
/*
|
|
OUTPUT:
|
|
{
|
|
"last_modification_time": 1,
|
|
"vars": [{
|
|
"id": 0,
|
|
"usr": "c:global_variable.cc@global",
|
|
"short_name": "global",
|
|
"detailed_name": "int global",
|
|
"definition_spelling": "1:12-1:18",
|
|
"definition_extent": "1:1-1:22",
|
|
"uses": ["1:12-1:18"]
|
|
}]
|
|
}
|
|
*/
|