ccls/tests/vars/global_variable.cc
2017-02-18 16:53:31 -08:00

20 lines
446 B
C++

static int global = 0;
/*
OUTPUT:
{
"types": [{
"id": 0,
"uses": ["tests/vars/global_variable.cc:1:12"]
}],
"functions": [],
"variables": [{
"id": 0,
"usr": "c:global_variable.cc@global",
"short_name": "global",
"qualified_name": "global",
"declaration": "tests/vars/global_variable.cc:1:12",
"initializations": ["tests/vars/global_variable.cc:1:12"],
"variable_type": 0
}]
}
*/