Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20031124-1.c
blob: 102e71aa84f1a942393662ae628476496526a043 [
file
] [
log
] [
blame
]
/* PR 13143 */
int
f
(
void
*
ptr
)
{
extern
char
const
stop
[];
return
ptr
>=
(
void
*)
&
stop
;
}