8930.cpp 146 B

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