// https://github.com/rust-lang/rust/issues/55454 // compile-pass struct This(T); const C: This> = This(Some(&1)); fn main() { }