summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/filesystem/test/issues/8930.cpp
blob: 280e5ed63d6af91466b83be808c121dbaff54bf2 (plain)
1
2
3
4
5
6
7
// Before running this test: export LANG=foo

#include <boost/filesystem.hpp>
int main() {
  boost::filesystem::path("/abc").root_directory();
}