mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-26 17:41:58 +00:00
15 lines
239 B
C++
15 lines
239 B
C++
static int global = 0;
|
|
/*
|
|
OUTPUT:
|
|
{
|
|
"vars": [{
|
|
"id": 0,
|
|
"usr": "c:global_variable.cc@global",
|
|
"short_name": "global",
|
|
"qualified_name": "global",
|
|
"definition": "1:1:12",
|
|
"uses": ["1:1:12"]
|
|
}]
|
|
}
|
|
*/
|