]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/example/pkg-config/test3.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / build / example / pkg-config / test3.cpp
1 // Copyright 2019 Dmitry Arkhipov
2 // Distributed under the Boost Software License, Version 1.0. (See
3 // accompanying file LICENSE_1_0.txt or copy at
4 // http://www.boost.org/LICENSE_1_0.txt)
5
6
7 #include <string>
8 #include <iostream>
9
10 int main(int, char const** argv) {
11 return VARIANT == std::string(argv[1]) ? EXIT_SUCCESS : EXIT_FAILURE;
12 }