summary refs log tree commit diff
path: root/src/test/run-pass/multi-src/foo.rs
blob: 466b6b9be56781f12708ed8e88da95ef7f595291 (plain)
1
2
3


fn main() { debug!("hello, multi-file world."); bar::other(); }