FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.dg / cpp / c++98-pedantic.C
blob61e13c5d145a51117636edaff56a938812c78a02
1 /* Copyright (C) 2000 Free Software Foundation, Inc.  */
3 /* { dg-do preprocess } */
4 /* { dg-options "-std=c++98 -pedantic" } */
6 /* This file is for testing the preprocessor in -std=c++98 -pedantic mode.
7    Neil Booth, 2 Dec 2000.  */
9 #if 1LL                         /* { dg-warning "long long" } */
10 #endif