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// tests, whether regression causing #include_next to infinitely recurse is
11// fixed
12
13//E t_9_019.hpp(11): error: could not find include file: t_9_019.hpp
14#include "t_9_019.hpp"
15
16// 10: t_9_019.cpp(14): #include "t_9_019.hpp"
17// 04: "t_9_019.hpp"
18// 05: $B(t_9_019.hpp) ($B(t_9_019.hpp))
19// 10: t_9_019.hpp(11): #include_next "t_9_019.hpp"
20// 04: "t_9_019.hpp" (include_next)
21// 18: boost::wave::preprocess_exception
22

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