mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
11 lines
93 B
C++
11 lines
93 B
C++
namespace hello {
|
|
void foo(int a, int b) {}
|
|
}
|
|
|
|
/*
|
|
OUTPUT:
|
|
Types:
|
|
Funcs:
|
|
hello::foo
|
|
Vars:
|
|
*/ |