Files
2018-08-02 17:53:23 +01:00

7 lines
72 B
C++

struct S {
S() : x() { static_cast<const int>(x); }
int x;
} s;