blob: 62fb91444d403ddb72e6c18b9e875799a6fb7f09 [file] [log] [blame]
struct S {};
S s;
void f() {
reinterpret_cast<const S>(s); // { dg-error "" }
}