692344cfed
* gcc.dg/testsuite/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c, c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c, gnuc99.c,gnuc99-pedantic.c: New tests. From-SVN: r37948
11 lines
252 B
C
11 lines
252 B
C
/* Copyright (C) 2000 Free Software Foundation, Inc. */
|
|
|
|
/* { dg-do preprocess } */
|
|
/* { dg-options "-std=gnu99 -pedantic" } */
|
|
|
|
/* This file is for testing the preprocessor in -std=gnu99 -pedantic mode.
|
|
Neil Booth, 2 Dec 2000. */
|
|
|
|
#if 1LL
|
|
#endif
|