1/*=============================================================================
2 Boost.Wave: A Standard compliant C++ preprocessor library
3 http://www.boost.org/
4
5 Copyright (c) 2001-2012 Hartmut Kaiser. 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#if 0
11 //
12 // some comment
13 //
14#endif
15
16 // another comment
17 // ----------------------------------------------------
181
19//R #line 18 "t_9_002.cpp"
20//R 1
21
22//H 10: t_9_002.cpp(10): #if
23//H 11: t_9_002.cpp(10): #if 0: 0
24

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