about summary refs log tree commit diff
path: root/tests/run-make/checksum-freshness/foo.rs
blob: d3ef768f18759d256b18eaa5bb61d7b03f6e1cf2 (plain)
1
2
3
4
5
// This is another file, just to prove we can handle two of them

pub fn subtract(a: i32, b: i32) -> i32 {
    a - b
}