mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
928055a369
* testsuite/ld-elf/pr26094-1b.c (main): Change return type to int.
7 lines
60 B
C
7 lines
60 B
C
extern void *foo();
|
|
|
|
int main (void)
|
|
{
|
|
foo(); return 0;
|
|
}
|