Add regression test for bug in reverted commit

This commit is contained in:
Olly Betts 2024-09-27 13:41:57 +12:00
parent bbd822e25e
commit acedb76f9f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ struct AltStruct {
double getY() { return y_; }
private:
int x_;
int x_, x2_{0};
double y_;
};