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