1 2 3 4 5 6 7 8 9 10 11 12
// { dg-do compile } extern "C" int abs (int); struct a { short b; } e; short c; bool foo () { return abs(c) >= e.b; }