Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
src
/
tools
/
miri
/
tests
/
pass
/
imported_main.rs
blob: eb93cd11d3852e91da6b560dee26d39fe1f06dd9 [
file
]
pub
mod
foo
{
pub
fn
mymain
()
{
println
!(
"Hello, world!"
);
}
}
use
foo
::
mymain
as
main
;