mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-23 19:42:53 +00:00
4 lines
61 B
C++
4 lines
61 B
C++
class A : public SomeNamespace::B, private C
|
|
{
|
|
int x;
|
|
};
|