2018-01-12 21:47:58 +01: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();
}