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