blob: ec5bdce86a6bfc763cea94f95d00b44a16f9eda1 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fcf-protection -mfunction-return=thunk-extern -mindirect-branch=thunk-extern" } */
int
bar (void (*foo) (void))
{
foo ();
return 0;
}