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


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