(root)/
gcc-13.2.0/
libstdc++-v3/
testsuite/
27_io/
filesystem/
path/
108636.cc
// { dg-do link { target c++17 } }
// { dg-options "-fkeep-inline-functions" }

#include <filesystem>
int main()
{
  // PR libstdc++/108636 - link failure with -fkeep-inline-functions
}