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