Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20050105-1.c
blob: 16d18f306371f46ade8904cd628b039c075a034f [
file
] [
log
] [
blame
]
void
bar
(
struct
S
*);
void
foo
(
void
*
x
)
{
bar
((
struct
S
*)
x
);
}