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
/
20000627-1.c
blob
dc0173244260a1abb5dd5fd5ca7c1624e0de2a2f
1
/* Test for spurious warnings with backslashes in perverse locations.
2
Bug exposed by Plumhall. */
3
/* { dg-do compile } */
4
5
extern
int
bar
;
6
7
#def\
8
ine foo bar
9
10
int
main
(
void
) {
return
foo
; }