``` rust #[no_std]; #[link(name = "broken")]; extern "rust-intrinsic" { pub fn uninit<T>() -> T; } ```