blob: 562f54bff6bdfef17673a3b53c6a4ec0c39e0e96 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fPIC -O2" } */
/* { dg-final { scan-assembler-not "call" } } */
void foo(void (*bar)(void))
{
bar();
}