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     /*
11 
12       Expose bug
13 
14     */
15 
16 #if 1
17 //R #line 18 "t_9_001.cpp"
exposed()18     void exposed() {}   //R void exposed() {}
19 #endif
20 
21 //H 10: t_9_001.cpp(16): #if
22 //H 11: t_9_001.cpp(16): #if 1: 1
23 //H 10: t_9_001.cpp(19): #endif
24