mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-26 01:21:57 +00:00
13 lines
103 B
C++
13 lines
103 B
C++
namespace hello {
|
|
class Foo {
|
|
void foo() {}
|
|
};
|
|
}
|
|
|
|
/*
|
|
OUTPUT:
|
|
Types:
|
|
Funcs:
|
|
hello::Foo::foo
|
|
Vars:
|
|
*/ |