aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-3930.rs
blob: dfcd19a57650fb15fc33aad89be7f6e4e7703766 (plain)
1
2
3
4
// { dg-additional-options "-w" }
fn main() {
    let (a, .., b) = (2, 3);
}