| //===----------------------------------------------------------------------===// |
| // The LLVM Compiler Infrastructure |
| // This file is dual licensed under the MIT and the University of Illinois Open |
| // Source Licenses. See LICENSE.TXT for details. |
| //===----------------------------------------------------------------------===// |
| // UNSUPPORTED: c++98, c++03 |
| // <experimental/filesystem> |
| // path operator/(path const&, path const&); |
| #include <experimental/filesystem> |
| #include "filesystem_test_helper.hpp" |
| namespace fs = std::experimental::filesystem; |
| // This is mainly tested via the member append functions. |