ccls/tests/function_declaration.cc
2017-02-19 23:51:31 -08:00

17 lines
318 B
C++

void foo(int a, int b);
/*
OUTPUT:
{
"types": [],
"functions": [{
"id": 0,
"usr": "c:@F@foo#I#I#",
"short_name": "foo",
"qualified_name": "foo",
"declaration": "tests/function_declaration.cc:1:6",
"all_uses": ["tests/function_declaration.cc:1:6"]
}],
"variables": []
}
*/