1  /* PR target/13789 */
       2  /* Failed on SPARC due to a bug in store_expr.  */
       3  
       4  void *foo (void *c)
       5  {
       6    void *a = __builtin_extract_return_addr (c);
       7    return a;
       8  }
       1  /* PR target/13789 */
       2  /* Failed on SPARC due to a bug in store_expr.  */
       3  
       4  void *foo (void *c)
       5  {
       6    void *a = __builtin_extract_return_addr (c);
       7    return a;
       8  }