1 2 3 4 5 6 7 8 9 10 11 12
// PR c++/56037 struct T { T(int, int); }; int main() { static const int zero = 0; (T(int(zero), int(zero))); }