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