mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-26 09:31:59 +00:00
11 lines
71 B
C++
11 lines
71 B
C++
|
class Foo {
|
||
|
void foo() {}
|
||
|
};
|
||
|
|
||
|
/*
|
||
|
OUTPUT:
|
||
|
Types:
|
||
|
Funcs:
|
||
|
foo
|
||
|
Vars:
|
||
|
*/
|