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

19 lines
303 B
C++

namespace hello {
void foo() {}
}
/*
OUTPUT:
{
"last_modification_time": 1,
"funcs": [{
"id": 0,
"usr": "c:@N@hello@F@foo#",
"short_name": "foo",
"detailed_name": "void hello::foo()",
"definition_spelling": "2:6-2:9",
"definition_extent": "2:1-2:14"
}]
}
*/