ccls/tests/vars/global_variable_decl_only.cc

18 lines
348 B
C++
Raw Normal View History

2017-02-18 21:18:08 +00:00
extern int global;
2017-02-18 19:37:24 +00:00
/*
OUTPUT:
{
2017-02-18 21:18:08 +00:00
"types": [],
"functions": [],
"variables": [{
"id": 0,
"short_name": "global",
"qualified_name": "global",
"declaration": "tests/vars/global_variable_decl_only.cc:1:12",
"initializations": [],
"variable_type": null,
"declaring_type": null,
"uses": []
}]
2017-02-18 19:37:24 +00:00
}
*/