aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/array4.rs
blob: c70ca0a970ad1508db39e0bf28b9ce107d95a2fa (plain)
1
2
3
pub fn foo() {
    [0, 1, 2][1];
}