summaryrefslogtreecommitdiff
path: root/libs/wave/test/testwave/testfiles/t_3_002.cpp
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 12:57:26 -0700
committerAnas Nashif <anas.nashif@intel.com>2012-10-30 12:57:26 -0700
commit1a78a62555be32868418fe52f8e330c9d0f95d5a (patch)
treed3765a80e7d3b9640ec2e930743630cd6b9fce2b /libs/wave/test/testwave/testfiles/t_3_002.cpp
downloadboost-1a78a62555be32868418fe52f8e330c9d0f95d5a.tar.gz
boost-1a78a62555be32868418fe52f8e330c9d0f95d5a.tar.bz2
boost-1a78a62555be32868418fe52f8e330c9d0f95d5a.zip
Imported Upstream version 1.49.0upstream/1.49.0
Diffstat (limited to 'libs/wave/test/testwave/testfiles/t_3_002.cpp')
-rw-r--r--libs/wave/test/testwave/testfiles/t_3_002.cpp50
1 files changed, 50 insertions, 0 deletions
diff --git a/libs/wave/test/testwave/testfiles/t_3_002.cpp b/libs/wave/test/testwave/testfiles/t_3_002.cpp
new file mode 100644
index 0000000000..f8722fcfa3
--- /dev/null
+++ b/libs/wave/test/testwave/testfiles/t_3_002.cpp
@@ -0,0 +1,50 @@
+/*=============================================================================
+ 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)
+=============================================================================*/
+
+// Tests predefined macros
+
+//R #line 13 "t_3_002.cpp"
+__STDC__ //R 1
+__STDC_VERSION__ //R __STDC_VERSION__
+__cplusplus //R 199711L
+__STDC_HOSTED__ //R __STDC_HOSTED__
+__LINE__ //R 17
+__FILE__ //R "$P"
+__BASE_FILE__ //R "$F"
+__WAVE_HAS_VARIADICS__ //R __WAVE_HAS_VARIADICS__
+__INCLUDE_LEVEL__ //R 0
+//R #line 50 "test.cpp"
+#line 50 "test.cpp"
+__LINE__ //R 50
+__FILE__ //R "test.cpp"
+__BASE_FILE__ //R "$F"
+
+
+//R #line 56 "test.cpp"
+__LINE__ //R 56
+__FILE__ //R "test.cpp"
+__BASE_FILE__ //R "$F"
+
+//H 01: <built-in>(1): __STDC__
+//H 02: 1
+//H 03: 1
+//H 01: <built-in>(1): __cplusplus
+//H 02: 199711L
+//H 03: 199711L
+//H 01: <built-in>(1): __BASE_FILE__
+//H 02: "$F"
+//H 03: "$F"
+//H 10: t_3_002.cpp(23): #line
+//H 17: 50 "test.cpp" (50, "test.cpp")
+//H 01: <built-in>(1): __BASE_FILE__
+//H 02: "$F"
+//H 03: "$F"
+//H 01: <built-in>(1): __BASE_FILE__
+//H 02: "$F"
+//H 03: "$F"