Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
921004-1.c
blob: a947229089fdfee8df6a1e14c5ff2828bf77cd8d [
file
] [
log
] [
blame
]
/* REPRODUCED:CC1:SIGNAL MACHINE:i386 OPTIONS: */
long
long
f
()
{
long
long
*
g
,*
s
;
return
*
g
+*
s
;
}