ccls/foo/b.cc

11 lines
59 B
C++
Raw Normal View History

2017-04-20 07:25:38 +00:00
#include "a.h"
2017-04-21 06:47:17 +00:00
struct Baz {
2017-04-20 07:25:38 +00:00
};
2017-04-21 06:47:17 +00:00
void foo() {
Baz b;
2017-04-20 07:25:38 +00:00
}