Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
mir-opt
/
byte_slice.rs
blob: fa616b62ad0b245e1edb45106d3bbf4400bc7ba6 [
file
] [
log
] [
blame
] [
edit
]
// skip-filecheck
//@ compile-flags: -Z mir-opt-level=0
// EMIT_MIR byte_slice.main.SimplifyCfg-pre-optimizations.after.mir
fn
main
()
{
let
x
=
b
"foo"
;
let
y
=
[
5u8
,
b
'x'
];
}