]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/predef/test/test_cmake/main.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / predef / test / test_cmake / main.cpp
1 /*
2 Copyright Mike Dev 2018
3 Copyright 2018 Rene Rivera
4 Distributed under the Boost Software License, Version 1.0.
5 See accompanying file LICENSE_1_0.txt or copy at
6 http://www.boost.org/LICENSE_1_0.txt
7 */
8
9 /*
10 Dummy executable, just to make sure that we can find the Boost Predef header
11 files.
12 */
13
14 #include <boost/predef.h>
15
16 int main()
17 {
18 return 0;
19 }