index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCpp
/
Tests
/
parser
/
inheritance.cpp
blob: 84d3fd0c525f710dfa4ca4fcd1b365180e88f9f8 (
plain
)
1
2
3
4
class A : public SomeNamespace::B, private C { int x; };