1 /* Check that, with keep_aggregate_return_pointer attribute, callee does
2 not pop the stack for the implicit pointer arg when returning a large
3 structure in memory. */
4 /* { dg-do compile } */
5 /* { dg-require-effective-target ia32 } */
14 __attribute__ ((ms_abi
))
26 /* { dg-final { scan-assembler-not "ret\[ \t\]\\\$4" } } */