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