]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/pass/hello.rs
Rollup merge of #101431 - compiler-errors:move-place-ty-for-move-place-sugg, r=cjgillot
[rust.git] / src / tools / miri / tests / pass / hello.rs
1 fn main() {
2     println!("Hello, world!");
3 }