(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr87347.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-Wabsolute-value" } */
       3  
       4  int a;
       5  int abs();
       6  void b() { abs(a); }