aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/torture/func1.rs
blob: df1789e7bbe9fba26e464e5f837bbd0e5942009e (plain)
1
2
3
4
5
6
7
fn not_void() -> i32 {
    8
}

fn main() {
    not_void();
}