mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
13 lines
145 B
C++
13 lines
145 B
C++
void foo() {}
|
|
void bar() {}
|
|
|
|
void foobar();
|
|
|
|
void foobar(int a, int b) {};
|
|
|
|
class HelloWorld {
|
|
void method() {}
|
|
};
|
|
|
|
static void staticfoo() {
|
|
} |