aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/hello.rs
blob: 8535f74eb4792f1c3b7665871734617ca709961e (plain) (blame)
1
2
3
4
5
6
// -*- rust -*-

fn main() {
  log "hello, world.";
}