The Nest
Explore
Sign in
nuudlman
llvm
clang
test
Import
conversion-decl
Inputs
F.cpp
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
class
Y
{
int
M
;
}
;
class
X
{
int
N
,
M
;
public
:
operator
Y
(
)
;
}
;