blob: 810c21ad4036a29bdb83d01fa7c6ac1cb965c07f [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -mincoming-stack-boundary=3 -mpreferred-stack-boundary=3" } */
int
bar (int x)
{
return x + 9;
}