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