Mercurial > hg > CbC > CbC_gcc
annotate gcc/testsuite/gcc.dg/cpp/pr20356.c @ 111:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 |
parents | |
children |
rev | line source |
---|---|
111 | 1 /* PR preprocessor/20356 */ |
2 /* { dg-do compile } */ | |
3 /* { dg-options "-I$srcdir/gcc.dg/cpp -I$srcdir/gcc.dg/cpp/inc" } */ | |
4 | |
5 #include <pr20356-aux.h> | |
6 | |
7 #ifndef PR20356_H | |
8 # error PR20356_H not defined | |
9 #endif | |
10 #ifndef INC_PR20356_H | |
11 # error INC_PR20356_H not defined | |
12 #endif | |
13 | |
14 int i; |