(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
x86_64/
abi/
callabi/
leaf-1.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O2 -mabi=sysv" } */
       3  
       4  __attribute__ ((ms_abi))
       5  int foo (void)
       6  {
       7    return 0;
       8  }
       9  
      10  /* { dg-final { scan-assembler-not "%rsp" } } */
      11