blob: a536548442f3e64e0d7e7daad1df4586424e6696 [file] [log] [blame]
/* { dg-skip-if "need at least armv5te" { *-*-* } { "-march=armv[234]*" "-mthumb" } { "" } } */
/* { dg-skip-if "FDPIC does not support armv5te" { arm*-*-uclinuxfdpiceabi } "*" "" } */
/* { dg-options "-O2 -march=armv5te -marm" } */
/* { dg-final { scan-assembler "bx" } } */
int (*indirect_func)();
int indirect_call()
{
return indirect_func();
}