]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/example/testing/success.cpp
bump version to 18.2.4-pve3
[ceph.git] / ceph / src / boost / tools / build / example / 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
8 #include <iostream>
9 #include <cstdlib>
10
11 int main()
12 {
13 std::cout << "Hi!\n";
14 return EXIT_SUCCESS;
15 }