2 // { dg-skip-if "requires hosted libstdc++ for cstring" { ! hostedlib } }
10 void bar (const char *file = __builtin_FILE (),
11 const char *function = __builtin_FUNCTION (),
12 int line = __builtin_LINE ())
19 extern "C" void abort (void);
24 bar (); here = __LINE__;
25 if (std::strcmp (gfn, __FUNCTION__) != 0)
27 if (std::strcmp (gfile, __FILE__) != 0)