mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 23:55:08 +00:00
16 lines
337 B
C++
16 lines
337 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": "tests/vars/global_variable.cc:1:12",
|
|
"all_uses": ["tests/vars/global_variable.cc:1:12"]
|
|
}]
|
|
}
|
|
*/ |