Sign in
llvm
/
llvm-project
/
51a86e75ddf3eac3057c901bbe5e750dea62c7c1
/
.
/
clang
/
test
/
Import
/
conversion-decl
/
Inputs
/
F.cpp
blob: b1776b0b26a5163a52e902f0ed1940e6e86957a6 [
file
] [
log
] [
blame
]
class
Y
{
int
M
;
};
class
X
{
int
N
,
M
;
public
:
operator
Y
();
};