Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20070724-1.c
blob: 011a903f8d31f00d00c975ee12a1878dd55a70b1 [
file
] [
log
] [
blame
]
void
abort
(
void
);
static
unsigned
char
magic
[]
=
"\235"
;
static
unsigned
char
value
=
'\235'
;
int
main
()
{
if
(
value
!=
magic
[
0
])
abort
();
return
0
;
}