1/*=============================================================================
2 Boost.Wave: A Standard compliant C++ preprocessor library
3 http://www.boost.org/
4
5 Copyright (c) 2017 Abel Sinkovics. Distributed under the Boost
6 Software License, Version 1.0. (See accompanying file
7 LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8=============================================================================*/
9
10//O --c++11
11//O -Werror
12//R
13
14#if 0
15#endif

source code of boost/libs/wave/test/testwave/testfiles/t_7_002.cpp