mirror of
https://github.com/MaskRay/ccls.git
synced 2025-01-20 04:22:32 +00:00
8 lines
57 B
C++
8 lines
57 B
C++
#include "a.h"
|
|
|
|
enum Foo {
|
|
};
|
|
|
|
void faz() {
|
|
foobar();
|
|
} |