mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-07 00:30:59 +00:00
5 lines
61 B
C++
5 lines
61 B
C++
|
|
class A : public SomeNamespace::B, private C
|
||
|
|
{
|
||
|
|
int x;
|
||
|
|
};
|