repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
unc1.c
blob
18c306fc89ed43ecbeda2d2c283a708adb11f4d9
1
/* Tests for un-terminated conditionals: 1. */
2
/* { dg-do preprocess } */
3
4
#if 1
/* { dg-error "unterminated" "unterminated #if" } */
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! */