rust/src/test/run-pass/expr-block-ref.rs

6 lines
52 B
Rust
Raw Normal View History

// xfail-stage0
fn main() {
auto x = {{[10]}};
}