1 /* Check that, with dont_keep_aggregate_return_pointer attribute, callee
2 pops 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__ ((sysv_abi
))
26 /* { dg-final { scan-assembler "ret\[ \t\]\\\$4" } } */