]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/pass/hello.rs
Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-for...
[rust.git] / src / tools / miri / tests / pass / hello.rs
1 fn main() {
2     println!("Hello, world!");
3 }