]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
1// Copyright (c) 2014 Rene Rivera
2//
3// Distributed under the Boost Software License, Version 1.0. (See
1e59de90
TL
4// accompanying file LICENSE.txt or copy at
5// https://www.bfgroup.xyz/b2/LICENSE.txt)
7c673cae
FG
6
7#include <iostream>
8#include <cstdlib>
9
10int main(int argc, char *argv[])
11{
12 std::cout << "Hi!\n";
13 return EXIT_SUCCESS;
14}