binutils/tests/Regression/bz1693661-rhel8-gold-does-not-resolve-the-address-of-main/foo.c
2021-04-12 10:59:29 +02:00

5 lines
71 B
C

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