(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
compat/
abi/
pr83487-1_main.C
extern void do_test (void);

int
main ()
{
  do_test ();
  return 0;
}