summaryrefslogtreecommitdiff
path: root/libs/wave/test/testwave/testfiles/t_2_018.cpp
blob: 8fac5030bafcd8f286eabb1e4bcddc683188acb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*=============================================================================
    Boost.Wave: A Standard compliant C++ preprocessor library
    http://www.boost.org/

    Copyright (c) 2001-2011 Hartmut Kaiser. Distributed under the Boost
    Software License, Version 1.0. (See accompanying file
    LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/

// Check if regression reported by ticket #1752 has been fixed

//R #line 17 "t_2_018.cpp"
//R "__FILE__ is defined"
#ifndef __FILE__
"No __FILE__"
#else
"__FILE__ is defined"
#endif

//H 10: t_2_018.cpp(14): #ifndef
//H 11: t_2_018.cpp(14): #ifndef __FILE__: 1
//H 10: t_2_018.cpp(18): #endif