blob: 010492f1cbd66095d05ec15f2803b5974e186bf6 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-mh" } */
/* { dg-final { scan-assembler-times "@@" 1 } } */
void foo (void) __attribute__ ((function_vector));
__attribute__((noinline)) void foo (void)
{
}
void bar (void)
{
foo();
}