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