about summary refs log tree commit diff
path: root/src/test/run-pass/multi-src/foo.rs
blob: 2c38317bf1d65ff953e90774997f7c6d675b1da9 (plain)
1
2
3
fn main() { log "hello, multi-file world."; bar::other(); }