diff options
Diffstat (limited to 'src/boost/libs/filesystem/test/issues/8930.cpp')
-rw-r--r-- | src/boost/libs/filesystem/test/issues/8930.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/boost/libs/filesystem/test/issues/8930.cpp b/src/boost/libs/filesystem/test/issues/8930.cpp new file mode 100644 index 00000000..280e5ed6 --- /dev/null +++ b/src/boost/libs/filesystem/test/issues/8930.cpp @@ -0,0 +1,7 @@ +// Before running this test: export LANG=foo + +#include <boost/filesystem.hpp> +int main() { + boost::filesystem::path("/abc").root_directory(); +} + |