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

17 lines
244 B
C++

namespace {
void foo();
}
/*
OUTPUT:
{
"types": [],
"functions": [{
"id": 0,
"short_name": "foo",
"qualified_name": "::foo",
"declaration": "tests/namespaces/anonymous_function.cc:2:6"
}],
"variables": []
}
*/