Sign in
llvm
/
llvm-project
/
0c512f78971eb0e34541ee5ab51a89a52cd32f67
/
.
/
lldb
/
test
/
API
/
windows
/
launch
/
missing-dll
/
main.c
blob: bf773cd945819acc0db2ae502960ff29bd1775b6 [
file
] [
log
] [
blame
]
__declspec
(
dllimport
)
void
SomeFunction
(
void
);
int
main
(
void
)
{
SomeFunction
();
return
0
;
}