(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lookup/
using61.C
// { dg-options "-gdwarf-2" }
/* { dg-skip-if "No Dwarf" { { *-*-aix* hppa*-*-hpux* } && { ! hppa*64*-*-* } } } */

extern "C" long double nanl(const char *);
using ::nanl;

// We should elide the using for this extern C builtin
// { dg-final { scan-assembler-not ".debug_info" } }