]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/filesystem/test/odr1_test.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / filesystem / test / odr1_test.cpp
1 // Boost Filesystem odr1_test.cpp ----------------------------------------------------//
2
3 // Copyright Beman Dawes 2014.
4
5 // Distributed under the Boost Software License, Version 1.0.
6 // See http://www.boost.org/LICENSE_1_0.txt
7
8 // Library home page: http://www.boost.org/libs/filesystem
9
10 #include <boost/filesystem.hpp>
11
12 namespace boost
13 {
14 namespace filesystem
15 {
16 void tu2();
17 }
18 }
19
20 int main()
21 {
22 boost::filesystem::tu2();
23 return 0;
24 }