aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/execute/torture/arrays.rs
blob: e30285f89e536b4f452d01d430a22ae721a6c6d0 (plain)
1
2
3
fn main() -> i32 {
    [55, 66, 77][1] - 66
}