]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/pass/hello.rs
Auto merge of #101833 - jyn514:cross-compile-compiler-builtins, r=Mark-Simulacrum
[rust.git] / src / tools / miri / tests / pass / hello.rs
1 fn main() {
2     println!("Hello, world!");
3 }