Hello,
I found this bug when I worked on my current project. I choosed only most important lines. Whole example should be like this:
test.h
struct Q {
int operator_number;
};
test.cpp
#include "test.h"
void f()
{
Q qq;
qq.operator_numer = 1;
}
Best Regards,
Sir Zooro