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