CMake/Tests/CompileFeatures/cxx_nonstatic_member_init.cpp

5 lines
29 B
C++
Raw Normal View History

class A
{
int m_i = 42;
};