ccls/tests/function_declaration.cc
Jacob Dufault a8cdadc201 wip
2017-02-18 15:58:40 -08:00

16 lines
261 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"
}],
"variables": []
}
*/