blob: 027134f6c5b57a7813e69496ce171de7cf2a8c37 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -mabi=sysv -maccumulate-outgoing-args" } */
__attribute__ ((ms_abi))
int foo (void)
{
return 0;
}
/* { dg-final { scan-assembler-not "%rsp" } } */