Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
485256f2d06f2e9bd31300a7f2013b607b322c21
/
.
/
Tests
/
CompileFeatures
/
cxx_defaulted_functions.cpp
blob: 3b15adc8267d23447fff1cb8109e2bc356952e56 [
file
] [
log
] [
blame
]
struct
A
{
A
()
=
default
;
};
void
someFunc
()
{
A a
;
}