blob: a7ec678f86b394cefeb39c8c300ddf71202c8892 [file] [log] [blame]
/* APPLE LOCAL file mainline */
/* Test to make sure that indirect jumps compile. */
/* APPLE LOCAL 4461050 */
/* { dg-options "-mno-att-stubs" { target i?86-*-* } } */
extern void bar(void);
void foo() { bar(); }