blob: 280e5ed63d6af91466b83be808c121dbaff54bf2 [file] [log] [blame]
// Before running this test: export LANG=foo
#include <boost/filesystem.hpp>
int main() {
boost::filesystem::path("/abc").root_directory();
}