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