Mercurial > hg > CbC > CbC_gcc
comparison gcc/testsuite/gcc.dg/cpp/20000628-1.h @ 111:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
68:561a7518be6b | 111:04ced10e8804 |
---|---|
1 /* Test if #line commands are generated properly even when header | |
2 includes self. */ | |
3 #include "20000628-1a.h" | |
4 #ifndef t20000628_1_h | |
5 #define t20000628_1_h 1 | |
6 #include "20000628-1.h" | |
7 #include "20000628-1a.h" | |
8 #endif |