]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/wave/test/testwave/testfiles/t_9_024.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / wave / test / testwave / testfiles / t_9_024.cpp
CommitLineData
7c673cae
FG
1/*=============================================================================
2 Boost.Wave: A Standard compliant C++ preprocessor library
3 http://www.boost.org/
4
5 Copyright (c) 2001-2013 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// Verifies resolution of #8848: Wave driver improperly processes 0xFFFFui64
11// token
12
13//O --long_long
b32b8144 14//D __TESTWAVE_SUPPORT_MS_EXTENSIONS__
7c673cae
FG
15
16#if defined(__TESTWAVE_SUPPORT_MS_EXTENSIONS__)
17
18#define TEST 0xFFFFFui64
19
20TEST
21
22//R #line 19 "t_9_024.cpp"
23//R 0xFFFFFui64
24
25//H 10: t_9_024.cpp(15): #if
26//H 11: t_9_024.cpp(15): #if defined(__TESTWAVE_SUPPORT_MS_EXTENSIONS__): 1
27//H 10: t_9_024.cpp(17): #define
28//H 08: t_9_024.cpp(17): TEST=0xFFFFFui64
29//H 01: t_9_024.cpp(17): TEST
30//H 02: 0xFFFFFui64
31//H 03: 0xFFFFFui64
32//H 10: t_9_024.cpp(33): #endif
33
34#endif
35