1  /* { dg-do compile { target lp64 } } */
       2  /* { dg-options "-O -mcmodel=large" } */
       3  void (*bar)();
       4  
       5  void foo (void)
       6  {
       7    bar ();
       8  }
       1  /* { dg-do compile { target lp64 } } */
       2  /* { dg-options "-O -mcmodel=large" } */
       3  void (*bar)();
       4  
       5  void foo (void)
       6  {
       7    bar ();
       8  }