ccls/foo/b.cc
2017-04-20 23:47:17 -07:00

11 lines
59 B
C++

#include "a.h"
struct Baz {
};
void foo() {
Baz b;
}