Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-pe
/
direct_client.c
blob: 6264a786e3c071f2ab74f42c317ce1ce6ee0587f [
file
]
__declspec
(
dllimport
)
int
dll_func
(
void
);
int
main
()
{
dll_func
();
return
0
;
}