Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr43636.c
blob: ebf50edf31216f7eecb9bda20826dfc399f1ba20 [
file
] [
log
] [
blame
]
/* PR target/43636 */
extern
char
a
[],
*
b
[];
char
*
foo
(
char
*
x
,
int
y
)
{
x
=
__builtin_stpcpy
(
x
,
b
[
a
[
y
]]);
return
x
;
}