mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-26 09:31:59 +00:00
9 lines
66 B
C++
9 lines
66 B
C++
|
void foo(int a, int b) {}
|
||
|
|
||
|
/*
|
||
|
OUTPUT:
|
||
|
Types:
|
||
|
Funcs:
|
||
|
foo
|
||
|
Vars:
|
||
|
*/
|