blob: ac7dc0078474d827f3007c755b4917e6f1d61f43 [file] [log] [blame] [edit]
//@ known-bug: rust-lang/rust#129425
//@compile-flags: --crate-type=lib
#![feature(generic_const_exprs)]
fn foo<'a, T: 'a>(_: [(); std::mem::offset_of!((T,), 0)]) {}