mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-16 21:58:08 +00:00
11 lines
98 B
C++
11 lines
98 B
C++
|
class Foo {
|
||
|
int member;
|
||
|
};
|
||
|
/*
|
||
|
OUTPUT:
|
||
|
{
|
||
|
"types": [],
|
||
|
"functions": [],
|
||
|
"variables": []
|
||
|
}
|
||
|
*/
|