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