ccls/tests/vars/global_variable_decl_only.cc
Jacob Dufault 41f2a75de0 wip
2017-02-18 18:03:13 -08:00

15 lines
268 B
C++

extern int global;
/*
OUTPUT:
{
"types": [],
"functions": [],
"variables": [{
"id": 0,
"usr": "c:@global",
"short_name": "global",
"qualified_name": "global",
"declaration": "tests/vars/global_variable_decl_only.cc:1:12"
}]
}
*/