Details | Compare with Previous | View Log
// PR c++/27648
void f()
{
static_cast(0); // { dg-error "expected" }
}