ccls/tests/vars/global_variable.cc

16 lines
297 B
C++
Raw Normal View History

2017-02-18 21:18:08 +00:00
static int global = 0;
2017-02-18 19:37:24 +00:00
/*
OUTPUT:
{
2017-03-08 00:21:23 +00:00
"vars": [{
2017-02-18 21:18:08 +00:00
"id": 0,
2017-02-18 23:58:40 +00:00
"usr": "c:global_variable.cc@global",
2017-02-18 21:18:08 +00:00
"short_name": "global",
"qualified_name": "int global",
2017-04-05 08:29:15 +00:00
"definition_spelling": "1:12-1:18",
"definition_extent": "1:1-1:22",
"uses": ["1:12-1:18"]
2017-02-18 21:18:08 +00:00
}]
2017-02-18 19:37:24 +00:00
}
2017-03-08 00:21:23 +00:00
*/