aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/regpressure.c
blob: e39853dd5155addd48037f84f17662481849fe56 (plain) (blame)
1
2
3
4
5
6
7
8
int foo(int a, int b, int c, int d, int e, int f, int g) {
   void bar(void);
   bar();
   if (a>0)
      f-=10*(g&f);
   bar();
   return a + b + c + d + e + f + g;
}