repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* expmed.c (flip_storage_order): Deal with complex modes specially.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20070724-1.c
blob
011a903f8d31f00d00c975ee12a1878dd55a70b1
1
void
abort
(
void
);
2
3
static unsigned char
magic
[] =
"
\235
"
;
4
static unsigned char
value
=
'
\235
'
;
5
6
int
main
()
7
{
8
if
(
value
!=
magic
[
0
])
9
abort
();
10
return
0
;
11
}