Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
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
;
}