ccls/tests/vars/global_variable.cc

16 lines
345 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-02-19 02:34:51 +00:00
"types": [],
2017-02-18 21:18:08 +00:00
"functions": [],
"variables": [{
"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": "global",
"declaration": "tests/vars/global_variable.cc:1:12",
2017-02-19 02:34:51 +00:00
"initializations": ["tests/vars/global_variable.cc:1:12"]
2017-02-18 21:18:08 +00:00
}]
2017-02-18 19:37:24 +00:00
}
*/