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



// -*- rust -*-
fn main() { #debug("hello, world."); }