mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
b218a83935
gold/ PR gold/pr23870 * testsuite/aarch64_pr23870_bar.c: Return a magic value. * testsuite/aarch64_pr23870_foo.c: Check the magic value and return success or failure.
7 lines
47 B
C
7 lines
47 B
C
int bar (void);
|
|
|
|
int bar ()
|
|
{
|
|
return 0x55;
|
|
}
|