File: t_2_018.cpp

package info (click to toggle)
ceph 12.2.11%2Bdfsg1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 509,164 kB
  • sloc: cpp: 3,795,927; ansic: 1,077,639; python: 110,688; asm: 78,169; sh: 69,675; xml: 29,848; java: 20,525; makefile: 10,516; perl: 8,054; cs: 3,000; ada: 1,681; pascal: 1,573; php: 910; yacc: 472; ruby: 94; f90: 55; lisp: 14; sql: 13
file content (22 lines) | stat: -rw-r--r-- 743 bytes parent folder | download | duplicates (15)
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-2012 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