rust/tests/run-make-fulldeps/save-analysis-fail/SameDir3.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
60 B
Rust
Raw Normal View History

2016-11-22 18:35:07 -06:00
pub fn hello(x: isize) {
println!("macro {} :-(", x);
}