aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/cpp/c94-pedantic.c
blob: 1c1216449d2c8d3705a9e6df2b5c0c2a3475b241 (plain)
1
2
3
4
5
6
7
8
9
10
/* Copyright (C) 2000 Free Software Foundation, Inc.  */

/* { dg-do preprocess } */
/* { dg-options "-std=iso9899:199409 -pedantic" } */

/* This file is for testing the preprocessor in -std=iso9899:199409
   -pedantic mode.  Neil Booth, 2 Dec 2000.  */

#if 1LL				/* { dg-warning "long long" } */
#endif