PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / pr86240.C
blob16ae89cccd19e7d188ed922c63c40e178937ca11
1 // { dg-do compile }
3 extern "C" int abs (int);
4 struct a {
5   short b;
6 } e;
7 short c;
8 bool
9 foo ()
11   return abs(c) >= e.b;