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