]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/test/prebuilt/hello.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / test / prebuilt / hello.cpp
1 // Copyright (c) 2003 Vladimir Prus
2 //
3 // Distributed under the Boost Software License, Version 1.0. (See
4 // accompanying file LICENSE.txt or copy at
5 // https://www.bfgroup.xyz/b2/LICENSE.txt)
6
7 #include <a.h>
8
9 int main()
10 {
11 #ifdef RELEASE
12 release();
13 #else
14 debug();
15 #endif
16 return 0;
17 }