blob: 117d6ed0cf1733517d8aaab8decffef08d0c05e9 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target fpic } */
/* { dg-options "-fPIC -O2" } */
/* { dg-final { scan-assembler-not "call" } } */
void foo(void (*bar)(void))
{
bar();
}