1
0
Fork 0
arangodb/3rdParty/boost/1.62.0/libs/filesystem/test/issues/8930.cpp

8 lines
146 B
C++

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