t_9_001.cpp 666 B

1234567891011121314151617181920212223
  1. /*=============================================================================
  2. Boost.Wave: A Standard compliant C++ preprocessor library
  3. http://www.boost.org/
  4. Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
  5. Software License, Version 1.0. (See accompanying file
  6. LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. =============================================================================*/
  8. /*
  9. Expose bug
  10. */
  11. #if 1
  12. //R #line 18 "t_9_001.cpp"
  13. void exposed() {} //R void exposed() {}
  14. #endif
  15. //H 10: t_9_001.cpp(16): #if
  16. //H 11: t_9_001.cpp(16): #if 1: 1
  17. //H 10: t_9_001.cpp(19): #endif