Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
run-make
/
raw-dylib-elf
/
library.c
blob: 2e3a95b7edeca685e39564122f42551a83678d79 [
file
] [
log
] [
blame
]
int
this_is_a_library_function
()
{
return
42
;
}