2021-04-12 10:59:29 +02:00

5 lines
71 B
C

int __attribute__ ((noinline)) foo(int x, int y)
{
return x & y;
}