mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 23:55:08 +00:00
9 lines
91 B
C++
9 lines
91 B
C++
|
#include "a.h"
|
||
|
|
||
|
namespace {
|
||
|
void LocalA() {
|
||
|
Common();
|
||
|
}
|
||
|
} // namespace
|
||
|
|
||
|
void Common() {}
|