ccls/tests/function_declaration.cc

15 lines
215 B
C++

void foo(int a, int b);
/*
OUTPUT:
{
"funcs": [{
"id": 0,
"usr": "c:@F@foo#I#I#",
"short_name": "foo",
"detailed_name": "void foo(int, int)",
"declarations": ["1:6-1:9"]
}]
}
*/