ccls/tests/namespaces/anonymous_function.cc
2017-04-19 21:57:44 -07:00

18 lines
262 B
C++

namespace {
void foo();
}
/*
OUTPUT:
{
"last_modification_time": 1,
"funcs": [{
"id": 0,
"usr": "c:anonymous_function.cc@aN@F@foo#",
"short_name": "foo",
"detailed_name": "void ::foo()",
"declarations": ["2:6-2:9"]
}]
}
*/