Sign in
gnu
/
gcc.git
/
94edbc153ae4f1c1532859836e528fc480da82d6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20030109-1.c
blob: cee438181cb2d989d9e227a9ffc0db78f91f42b8 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
void
foo
()
{
int
x1
,
x2
,
x3
;
bar
(&
x2
-
&
x1
,
&
x3
-
&
x2
);
}