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 // Verifies that preprocessing directives are properly recognized only if 11 // the '#' is really the first character on a line before macro expansion. 12 // See http://www.open-std.org/jtc1/sc22/wg14/docs/rr/dr_144.html. 13 14 #define _C_STD_BEGIN 15 16 _C_STD_BEGIN 17 #ifndef _M_CEE_PURE 18 _C_LIB_DECL 19 #endif 20 21 //R #line 18 "t_9_023.cpp" 22 //R _C_LIB_DECL 23 24 //H 10: t_9_023.cpp(14): #define 25 //H 08: t_9_023.cpp(14): _C_STD_BEGIN= 26 //H 01: t_9_023.cpp(14): _C_STD_BEGIN 27 //H 02: 28 //H 03: _ 29 //H 10: t_9_023.cpp(17): #ifndef 30 //H 11: t_9_023.cpp(17): #ifndef _M_CEE_PURE: 0 31 //H 10: t_9_023.cpp(19): #endif 32