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