8 lines
147 B
C++
8 lines
147 B
C++
|
// Before running this test: export LANG=foo
|
||
|
|
||
|
#include <boost/filesystem.hpp>
|
||
|
int main()
|
||
|
{
|
||
|
boost::filesystem::path("/abc").root_directory();
|
||
|
}
|