summaryrefslogtreecommitdiffstats
path: root/tests/ui/hello_world/main.rs
blob: 39cb74b709b728a1c363e59ffe94f24b2ee5696c (plain)
1
2
3
4
5
6
7
// build-pass

// Test that compiling hello world succeeds with no output of any kind.

fn main() {
    println!("Hello, world!");
}