Imported Upstream version 1.72.0
[platform/upstream/boost.git] / 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 }