(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
20060309-1.c
       1  /* Test to make sure that indirect jumps compile.  */
       2  extern void bar(void);
       3  void foo() { bar(); }