mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-26 17:41:58 +00:00
8 lines
57 B
C++
8 lines
57 B
C++
#include "a.h"
|
|
|
|
enum Foo {
|
|
};
|
|
|
|
void faz() {
|
|
foobar();
|
|
} |