blob: 16ae89cccd19e7d188ed922c63c40e178937ca11 [file] [log] [blame]
// { dg-do compile }
extern "C" int abs (int);
struct a {
short b;
} e;
short c;
bool
foo ()
{
return abs(c) >= e.b;
}