1 2 3 4 5
//@ known-bug: #123959 #![feature(generic_const_exprs)] fn foo<T>(_: [(); std::mem::offset_of!((T,), 0)]) {} pub fn main() {}