mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-23 08:05:07 +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() {
|
||
|
}
|