ccls/tests/vars/global_variable.cc
2017-02-19 23:51:31 -08:00

16 lines
337 B
C++

static int global = 0;
/*
OUTPUT:
{
"types": [],
"functions": [],
"variables": [{
"id": 0,
"usr": "c:global_variable.cc@global",
"short_name": "global",
"qualified_name": "global",
"definition": "tests/vars/global_variable.cc:1:12",
"all_uses": ["tests/vars/global_variable.cc:1:12"]
}]
}
*/