ccls/tests/vars/global_variable_decl_only.cc
Jacob Dufault 46cec6f083 wip
2017-02-18 13:18:08 -08:00

18 lines
348 B
C++

extern int global;
/*
OUTPUT:
{
"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": []
}]
}
*/