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