blob: 942e6ac59ad1883c4ae2722bd0c98625e8c25bd2 [file] [log] [blame]
struct S {
int i;
};
void f() {
int const S::*p;
const_cast<int const S::*>(p);
}