modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/20040202-1.c (about)

     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  }