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

/* { dg-do preprocess } */

/* Pragma buffers have a NULL "inc" member, which we would dereference
   when getting a file's date and time.

   Based on PR 7526.  14 Aug 2002.  */

#define GCC_PRAGMA(x) _Pragma (#x)
GCC_PRAGMA(GCC dependency "mi1c.h")