The Nest
Explore
Sign in
nuudlman
llvm
clang
test
ASTMerge
inheritance
Inputs
inheritance-base.cpp
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
class
A
{
public
:
int
x
;
A
(
int
_x
)
:
x
(
_x
)
{
}
}
;