Sign in
llvm
/
llvm-project.git
/
refs/heads/main
/
.
/
lldb
/
test
/
API
/
windows
/
launch
/
replace-dll
/
foo.c
blob: b971fccc6ed9a262c7a716384ff6d87552a573e1 [
file
] [
log
] [
blame
] [
edit
]
__declspec
(
dllexport
)
int
foo
()
{
return
42
;
}