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