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
/
19990409-1.c
blob
d7f5e28525e41f705020801e785e840ed357c92d
1
/* Test that __LINE__ works when embedded in a macro. */
2
/* { dg-do compile } */
3
4
#define XLINE __LINE__
5
6
char
array
[
XLINE
==
__LINE__
?
1
: -
1
];