blob: 437e1a919eaea4cb27d094263fa9385f5e1f6a76 [file] [log] [blame]
// PR c++/94475
// { dg-do compile }
unsigned char
sr ()
{
const unsigned char xz = EI; // { dg-error "not declared" }
return xz - (xz >> 1);
}