Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
run-make
/
strip
/
hello.rs
blob: 2dc0376650bfedb5e6f88057f31775f70fcbbc8e [
file
] [
log
] [
blame
]
fn
main
()
{
hey_i_get_compiled
();
}
#[
inline
(
never
)]
fn
hey_i_get_compiled
()
{
println
!(
"Hi! Do or do not strip me, your choice."
);
}