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 // Check if regression reported by ticket #1752 has been fixed 11 12 //R #line 17 "t_2_018.cpp" 13 //R "__FILE__ is defined" 14 #ifndef __FILE__ 15 "No __FILE__" 16 #else 17 "__FILE__ is defined" 18 #endif 19 20 //H 10: t_2_018.cpp(14): #ifndef 21 //H 11: t_2_018.cpp(14): #ifndef __FILE__: 1 22 //H 10: t_2_018.cpp(18): #endif 23