Fix initialization of array, fixes test.
This commit is contained in:
parent
4fef27091e
commit
be780f4812
@ -14,7 +14,7 @@
|
||||
extern "C" int printf(const char*,...);
|
||||
|
||||
class A {
|
||||
int m_A[2] = 0;
|
||||
int m_A[2] = {};
|
||||
public:
|
||||
A() {}
|
||||
~A() { printf("A::~A()\n"); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user