mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-26 17:41:58 +00:00
4 lines
43 B
C
4 lines
43 B
C
|
struct Parent {
|
||
|
virtual void foo() {}
|
||
|
};
|