Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rust-revert-fastisel
/
.
/
lldb
/
test
/
API
/
windows
/
launch
/
replace-dll
/
bar.c
blob: 7ddde5123483177fbac194a506c72bd8da6189c8 [
file
] [
edit
]
__declspec
(
dllexport
)
int
foo
()
{
return
43
;
}