about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/hello.rs
blob: 2a02a7a9e207bbad1e1ebe467240249df5d938d6 (plain)
1
2
3
4
fn main() {
    println!("Hello, world!");
    eprintln!("Hello, error!");
}