Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr38343.c
blob: 589ba33a255af6c8cd75939c53ceab7c6be9830a [
file
] [
log
] [
blame
]
/* PR middle-end/38343 */
static
struct
A
{
char
f
[
6
];
}
a
[]
=
{
{
"01000"
}
};
void
foo
(
void
)
{
__builtin_stpcpy
(
a
[
0
].
f
,
"S0022"
);
}