rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20060309-1.c

4 lines
99 B
C

/* Test to make sure that indirect jumps compile. */
extern void bar(void);
void foo() { bar(); }