ccls/tests/vars/global_variable_decl_only.cc
2017-04-19 21:57:44 -07:00

16 lines
258 B
C++

extern int global;
/*
OUTPUT:
{
"last_modification_time": 1,
"vars": [{
"id": 0,
"usr": "c:@global",
"short_name": "global",
"detailed_name": "int global",
"declaration": "1:12-1:18",
"uses": ["1:12-1:18"]
}]
}
*/