blob: 3fe6db97e0b233833e4db3a39bd99e67f55a05a1 [file] [log] [blame] [edit]
//@ check-pass
struct Slice(&'static [&'static [u8]]);
static MAP: Slice = Slice(&[
b"CloseEvent" as &'static [u8],
]);
fn main() {}