1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu99 -mpreferred-stack-boundary=4" } */
4 outer_function (int x
, int y
)
6 int __attribute__ ((__noinline__
, __force_align_arg_pointer__
))
7 nested_function (int x
, int y
)
11 return (3 + nested_function (x
, y
));