1c7718e7
Results
1
comments of
1c7718e7
The exact same bug happens with `struct forward_declared` instead of union, but the effects are more subtle: ### A ```C++ struct forward_declared; struct some_struct { struct forward_declared *ptr_field; }; ```...