// PR c++/15076

struct Y { Y(int &); };

int v;
Y y1(reinterpret_cast<int>(v));  // { dg-error "" }


syntax highlighted by Code2HTML, v. 0.9.1