Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.dg
/
expr
/
constcast1.C
blob: 942e6ac59ad1883c4ae2722bd0c98625e8c25bd2 [
file
] [
log
] [
blame
]
struct
S
{
int
i
;
};
void
f
()
{
int
const
S
::*
p
;
const_cast
<
int
const
S
::*>(
p
);
}