// #[test]
// fn array() {
// let t = trybuild::TestCases::new();
// t.compile_fail("tests/array/local_only/immutable_borrow.rs");
// t.compile_fail("tests/array/local_only/clone.rs");
// }
// #[test]
// fn unsafe_array(){
// }
// mod array{
// mod r#unsafe{
// mod block{
// mod put;
// }
// }
// }