Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b4db306afff5da683aedd99bd8a9ea0c850f22df
/
.
/
Tests
/
CompileFeatures
/
cxx_deleted_functions.cpp
blob: 4ecb1e9d5e3e4a4c7a8856999af96107c9a8bbe5 [
file
]
struct
A
{
A
(
const
A
&)
=
delete
;
A
&
operator
=(
const
A
&)
=
delete
;
};