Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20050105-1.c
blob: 52f644593afb0dfa6571e1ef3889b7b77a7c6c3a [
file
] [
log
] [
blame
]
/* { dg-additional-options "-fpermissive" } */
void
bar
(
struct
S
*);
void
foo
(
void
*
x
)
{
bar
((
struct
S
*)
x
);
}