mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-23 08:05:07 +00:00
6 lines
58 B
C++
6 lines
58 B
C++
|
namespace {
|
||
|
|
||
|
struct Foo2 {
|
||
|
virtual void foobar() = 0;
|
||
|
};
|
||
|
}
|