Mercurial > hg > CbC > CbC_gcc
annotate gcc/testsuite/gcc.dg/cpp/unc1.c @ 145:1830386684a0
gcc-9.2.0
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 11:34:05 +0900 |
parents | 84e7813d76e9 |
children |
rev | line source |
---|---|
111 | 1 /* Tests for un-terminated conditionals: 1. */ |
2 /* { dg-do preprocess } */ | |
3 | |
131 | 4 #if 1 /* { dg-error "-:unterminated" "unterminated #if" } */ |
111 | 5 |
6 #ifdef notdef /* { dg-bogus "unterminated" "nested terminated #ifdef" } */ | |
7 | |
8 blah blah blah | |
9 | |
10 #endif | |
11 | |
12 more text | |
13 | |
14 /* oops! */ |