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