Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
b4ccc97bbe4e6c2cb264efe075cc7b55126f9607
/
.
/
test
/
unit
/
debug_info
/
lib.rs
blob: 1f19b6db390451dbca1975998085fb3ceb538016 [
file
] [
log
] [
blame
]
#[
no_mangle
]
pub
extern
"C"
fn
hello
()
{
println
!(
"Hello"
);
}