aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/torture/byte_str.rs
blob: 28934d2581d95b8d3f8a27c9ef2a523e1d8bfb68 (plain)
1
2
3
4
pub fn main() {
    let a: &[u8; 4];
    a = b"test";
}