blob: 0ed856b0015c5126f20096490f76351b92987dc3 [file] [log] [blame]
/* { dg-do compile { target *-*-linux* } } */
/* { dg-options "-O2" } */
int
f (int (**p) (void))
{
return -p[1]();
}
/* { dg-final { scan-assembler "call\[ \t\].*\\(%rdi\\)" { target lp64 } } } */
/* { dg-final { scan-assembler "call\[ \t\]\\*%rax" { target x32 } } } */