Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2bfb9f7e8aa0c8ea96a1637a2b022d514bb502dc
/
.
/
Tests
/
CompileFeatures
/
cxx_deleted_functions.cpp
blob: 4282cf75cd042aab3b03ff753b867e73eaf1a316 [
file
] [
log
] [
blame
]
struct
A
{
A
(
A
const
&)
=
delete
;
A
&
operator
=(
A
const
&)
=
delete
;
};