ccls/tests/function_declaration.cc
2017-02-18 11:37:24 -08:00

15 lines
231 B
C++

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