ccls/foo/a.h

4 lines
43 B
C

struct Parent {
virtual void foo() {}
};