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 
main()12 int main()
13 {
14    return 0;
15 }
16