ccls/foo/b.cc
2017-04-20 00:25:38 -07:00

8 lines
57 B
C++

#include "a.h"
enum Foo {
};
void faz() {
foobar();
}