mirror of https://github.com/swig/swig
Add regression test for bug in reverted commit
This commit is contained in:
parent
bbd822e25e
commit
acedb76f9f
|
@ -18,7 +18,7 @@ struct AltStruct {
|
|||
double getY() { return y_; }
|
||||
|
||||
private:
|
||||
int x_;
|
||||
int x_, x2_{0};
|
||||
double y_;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue