Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20000405-3.c
blob: c2e88339eea89435c178f8e13d55b5e2f4c530c9 [
file
] [
log
] [
blame
]
struct
foo
{
void
*
entry
[
40
];
}
__attribute__
((
aligned
(
32
)));
int
foo
(
struct
foo
*
ptr
,
int
idx
,
void
*
pointer
)
{
ptr
->
entry
[
idx
]
=
pointer
;
return
0
;
}