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.c-torture
/
compile
/
931004-1.c
blob
0e741fd4ac078d3d574c905b3a96c892f13bfff8
1
#define A
"This is a long test that tests the structure initialization"
2
#define B A,A
3
#define C B,B,B,B
4
#define D C,C,C,C
5
int
main
()
6
{
7
char
*
subs
[]={
D
,
D
,
D
,
D
,
D
,
D
,
D
,
D
,
D
,
D
,
D
,
D
,
D
,
D
,
D
};
8
}