summary refs log tree commit diff
path: root/src/test/ui/hello.rs
blob: c207c25545eca6b80e4656a0371f98a6f8c41e5c (plain)
1
2
3
4
5
// run-pass

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