blob: b4efed2bd471058b68915ceece22d7e47280077b [file] [log] [blame]
// { dg-options "-std=gnu++23" }
// { dg-do compile { target c++23 } }
#include <filesystem>
void
test01()
{
using std::filesystem::path;
path p;
path::string_type s(p);
}