]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/example/complex-testing/success.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / example / complex-testing / success.cpp
1 // Copyright (c) 2014 Rene Rivera
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 <iostream>
8 #include <cstdlib>
9
10 int main(int argc, char *argv[])
11 {
12 std::cout << "Hi!\n";
13 return EXIT_SUCCESS;
14 }