]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/config/test/cmd_line_check.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / config / test / cmd_line_check.cpp
1 // Copyright 2014 John Maddock.
2 //
3 // Distributed under the Boost Software License, Version 1.0.
4 //
5 // See accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt
7
8 #ifndef __clang__
9 # error "This test is for Clang only"
10 #endif
11
12 int main()
13 {
14 return 0;
15 }