aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/multi-src/foo.rs
blob: c166958e28fbf8c01dd0e4c6713ed1ab36ca4640 (plain) (blame)
1
2
3
4
fn main() {
  log "hello, multi-file world.";
  bar.other();
}