1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mpreferred-stack-boundary=3 -mincoming-stack-boundary=3" } */
3 
4 int
bar(int x)5 bar (int x)
6 {
7   return x + 9;
8 }
9