Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr103594.c
blob: 0eae239eea0a351bfef8d0e7d7684fe4e887beaf [
file
] [
log
] [
blame
]
/* { dg-do compile { target fpic } } */
/* { dg-options "-O1 -fpic" } */
int
regex_subst
(
void
)
{
const
void
*
subst
=
""
;
return
(*(
int
(*)(
int
))
subst
)
(
0
);
}
int
foobar
(
void
)
{
int
x
;
return
(*(
int
(*)(
void
))&
x
)
();
}