ccls/tests/vars/global_variable.cc
2017-12-23 19:29:32 -06:00

21 lines
393 B
C++

static int global = 0;
/*
OUTPUT:
{
"includes": [],
"skipped_by_preprocessor": [],
"types": [],
"funcs": [],
"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",
"cls": 3,
"uses": ["1:12-1:18"]
}]
}
*/