Files
filesystem/test/issues/8930.cpp
2014-10-29 09:10:17 -04: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();
}