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