mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-23 08:05:07 +00:00
16 lines
283 B
C++
16 lines
283 B
C++
static int global = 0;
|
|
/*
|
|
OUTPUT:
|
|
{
|
|
"types": [],
|
|
"functions": [],
|
|
"variables": [{
|
|
"id": 0,
|
|
"usr": "c:global_variable.cc@global",
|
|
"short_name": "global",
|
|
"qualified_name": "global",
|
|
"definition": "*1:1:12",
|
|
"all_uses": ["*1:1:12"]
|
|
}]
|
|
}
|
|
*/ |