Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.dg
/
conversion
/
reinterpret1.C
blob: 72ec7501219c8dcec3996c2eb4f0d65577305116 [
file
] [
log
] [
blame
]
// PR c++/15076
struct
Y
{
Y
(
int
&);
};
// { dg-error "" }
int
v
;
Y y1
(
reinterpret_cast
<int>
(
v
));
// { dg-error "" }