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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20000412-5.c
blob
c2efb15bc0f47be9a7714b398222df83a76d50fb
1
int
main
(
void
) {
2
struct
{
3
int
node
;
4
int
type
;
5
}
lastglob
[
1
] = { {
0
,
1
} };
6
7
if
(
lastglob
[
0
].
node
!=
0
||
lastglob
[
0
].
type
!=
1
)
8
abort
();
9
exit
(
0
);
10
}
11