aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-2847-b.rs
blob: ab2614210fcac7844ca4c2464252b5ebeedf5eb4 (plain)
1
2
3
4
pub fn test() -> i32 {
    let (a, _) = (1, 2);
    a
}