Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
src
/
tools
/
miri
/
tests
/
pass
/
empty_main.rs
blob: d081b6db6702af3fbd54f8e3303ffdfde984a192 [
file
]
// This may look trivial, but a bunch of code runs in std before
// `main` is called, so we are ensuring that that all works.
fn
main
()
{}