ccls/tests/vars/global_variable.cc
2017-04-05 01:29:15 -07:00

16 lines
293 B
C++

static int global = 0;
/*
OUTPUT:
{
"vars": [{
"id": 0,
"usr": "c:global_variable.cc@global",
"short_name": "global",
"qualified_name": "global",
"definition_spelling": "1:12-1:18",
"definition_extent": "1:1-1:22",
"uses": ["1:12-1:18"]
}]
}
*/