ccls/tests/namespaces/anonymous_function.cc

17 lines
244 B
C++
Raw Normal View History

2017-02-18 21:18:08 +00:00
namespace {
void foo();
}
/*
OUTPUT:
{
"types": [],
"functions": [{
"id": 0,
"short_name": "foo",
"qualified_name": "::foo",
"declaration": "tests/namespaces/anonymous_function.cc:2:6"
}],
"variables": []
}
*/