repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
pr26391c.c
blob
e5bf1c108d2405274639710ffd181573a3f6b363
1
#include <stdio.h>
2
3
static void
4
bar
(
void
)
5
{
6
printf
(
"bar 2
\n
"
);
7
}
8
9
void
*
10
bar2_p
(
void
)
11
{
12
return
bar
;
13
}