1 2 3 4 5 6
// PR c++/15076 struct Y { Y(int &); }; int v; Y y1(reinterpret_cast<int>(v)); // { dg-error "" }