binutils/tests/Regression/bz1693661-rhel8-gold-does-not-resolve-the-address-of-main/foo.c

5 lines
71 B
C
Raw Normal View History

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