modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/20060309-1.c (about)

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