blob: 48435525d363d84927f9b144163c12c375dd3524 [file] [log] [blame]
// { dg-do link { target c++17 } }
// { dg-options "-fkeep-inline-functions" }
// { dg-require-filesystem-ts "" }
// { dg-require-normal-mode "too slow with debug mode" }
#include <filesystem>
int main()
{
// PR libstdc++/108636 - link failure with -fkeep-inline-functions
}