Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
run-make
/
msvc-wholearchive
/
static.rs
blob: 881c88565737ad634d58c65ed0a41149f1b9ba74 [
file
] [
log
] [
blame
] [
edit
]
#[
no_mangle
]
pub
extern
"C"
fn
hello
()
{
println
!(
"Hello world!"
);
}
#[
no_mangle
]
pub
extern
"C"
fn
number
()
->
u32
{
42
}