(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lto/
pr97565_1.C
extern "C" void abort(void);

int main(int argc, char * argv[])
{
  abort();
}