1 2 3 4 5 6
#include <experimental/filesystem> int main() { std::experimental::filesystem::path path("/root"); (void)path; }