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