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
/
921019-1.c
blob
f48613a8ba950f72bd79823e32768cf1d9c6cb4d
1
void
*
foo
[]={(
void
*)&(
"X"
[
0
])};
2
3
main
()
4
{
5
if
(((
char
*)
foo
[
0
])[
0
] !=
'X'
)
6
abort
();
7
exit
(
0
);
8
}