8sa1-gcc/gcc/testsuite/gcc.dg/cpp/_Pragma2.c
Neil Booth cbc2c182d1 _Pragma1.c: Update.
* gcc.dg/cpp/_Pragma1.c: Update.
        * gcc.dg/cpp/_Pragma2.c: New test.

From-SVN: r37486
2000-11-15 19:23:41 +00:00

14 lines
278 B
C

/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Don't allow directives in a _Pragma string. */
/* Contributed by Neil Booth 14 Nov 2000. */
_Pragma("#define test")
#ifdef test
#error Do not allow directives in _Pragma strings
#endif