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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-i386
/
plt-main5.c
blob
97351a8309d860574150aeb3e259165c7d64dc12
1
#include <stdio.h>
2
3
extern
void
check_foo
(
void
);
4
extern
void
check_bar
(
void
);
5
6
int
7
main
(
void
)
8
{
9
check_foo
();
10
check_bar
();
11
12
printf
(
"OK
\n
"
);
13
14
return
0
;
15
}