1  /* { dg-options "-fpatchable-function-entry=1" } */
       2  
       3  /* Verify no errors on ELFv2, using command line option instead of
       4     function attribute.  */
       5  
       6  extern int a;
       7  
       8  int test (int b) {
       9    return a + b;
      10  }
      11