mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 23:55:08 +00:00
7 lines
53 B
C++
7 lines
53 B
C++
|
void called();
|
||
|
|
||
|
void caller() {
|
||
|
|
||
|
}
|
||
|
|
||
|
void missing() {}
|