Sign in
rust
/
rust-lang
/
llvm-project
/
8265e390e740f0fb7464f7c20bd38d55ee145dd4
/
.
/
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
();
};