Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
00a7acb7dac674eeeac3f93fe44f18f2d9285f42
/
.
/
Tests
/
CompileFeatures
/
cxx_nonstatic_member_init.cpp
blob: 6b7fa7098a032c3e0aec38aff6792227604097d0 [
file
] [
log
] [
blame
]
class
A
{
int
m_i
=
42
;
};