mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-23 08:05:07 +00:00
18 lines
353 B
C++
18 lines
353 B
C++
extern int global;
|
|
/*
|
|
OUTPUT:
|
|
{
|
|
"types": [{
|
|
"id": 0,
|
|
"uses": ["tests/vars/global_variable_decl_only.cc:1:12"]
|
|
}],
|
|
"functions": [],
|
|
"variables": [{
|
|
"id": 0,
|
|
"usr": "c:@global",
|
|
"short_name": "global",
|
|
"qualified_name": "global",
|
|
"declaration": "tests/vars/global_variable_decl_only.cc:1:12"
|
|
}]
|
|
}
|
|
*/ |