cppcheck/addons/test/misra-test.cpp

9 lines
74 B
C++

// #8441
class C {
int a;
int b;
C() : a(1), b(1) { c; }
};