Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20070906-1.c
blob: bec983f24ced50babc0f2a007e06c68ed9c451cf [
file
] [
log
] [
blame
]
struct
Bar
{
int
i
[
8
];
};
struct
Bar
foo
(
struct
Bar
**
p
)
{
return
foo
((
struct
Bar
**)*
p
);
}