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