blob: 6c45325ff450cca8f0dfcfde92b1648be5c7b637 [file] [log] [blame]
#include <filesystem>
int main(int argc, char** argv){
std::filesystem::path p;
}