ragarnoy[m]: What do you mean? ```rust static EXAMPLE: StaticCell = StaticCell::new(); fn main() { let x: &'static mut u32 = EXAMPLE.init(42); } ```