]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/example/testing/compile-fail.cpp
aa07d4e6789a14492c5ce946b4bc34ff4e6ca8f8
[ceph.git] / ceph / src / boost / tools / build / example / testing / compile-fail.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()
11 {
12 std::cout << "Bye!\n";
13 return EXIT_FAILURE
14 }