repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
daily update
[binutils.git]
/
ld
/
testsuite
/
ld-pe
/
direct_client.c
blob
6264a786e3c071f2ab74f42c317ce1ce6ee0587f
1
__declspec
(
dllimport
)
int
dll_func
(
void
);
2
3
int
4
main
()
5
{
6
dll_func
();
7
return
0
;
8
}