OpenGrok
Cross Reference: direct_client.c
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-pe
/
direct_client.c
Home
|
History
|
Annotate
|
Download
|
only in
ld-pe
1
__declspec
(
dllimport
)
int
dll_func
(
void
);
2
3
int
4
main
()
5
{
6
dll_func
();
7
return
0
;
8
}
9