mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-26 01:21:57 +00:00
15 lines
231 B
C++
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": []
|
|
}
|
|
*/ |