(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
test_frame_14.c
       1  /* Verify:
       2       * with outgoing.
       3       * total frame size > 512.
       4       * number of callee-save reg >= 2.  */
       5  
       6  /* { dg-do run } */
       7  /* { dg-options "-O2" } */
       8  
       9  #include "test_frame_common.h"
      10  
      11  t_frame_pattern_outgoing (test14, 700, , 8, a[8])
      12  t_frame_run (test14)