5 lines
71 B
C
5 lines
71 B
C
|
int __attribute__ ((noinline)) foo(int x, int y)
|
||
|
{
|
||
|
return x & y;
|
||
|
}
|