blob: 9bb98dcd26f95481eeb8b5b84aa11888db8eca33 [file] [log] [blame]
/* { dg-do compile { target *-*-linux* } } */
/* { dg-options "-O2 -fno-pic -fno-plt" } */
extern void foo (void);
extern void bar (int, int, int, int, int, int, void *);
void
x (void)
{
bar (1, 2, 3, 4, 5, 6, foo);
}