]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/example/pkg-config/test5.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / example / pkg-config / test5.cpp
1 // Copyright 2019 Dmitry Arkhipov
2 // Distributed under the Boost Software License, Version 1.0. (See
3 // accompanying file LICENSE.txt or copy at
4 // https://www.bfgroup.xyz/b2/LICENSE.txt)
5
6
7 #include <string>
8 #include <iostream>
9
10 int main(int, char const** argv) {
11 return QWERTY == std::string("UIOP") ? EXIT_SUCCESS : EXIT_FAILURE;
12 }