boost/libs/filesystem/test/issues/8930.cpp
2022-12-15 23:45:23 +08:00

8 lines
146 B
C++

// Before running this test: export LANG=foo
#include <boost/filesystem.hpp>
int main() {
boost::filesystem::path("/abc").root_directory();
}