//~ ERROR // build-fail // ignore-32bit struct S { x: [T; !0], } pub fn f() -> usize { std::mem::size_of::>() } fn main() { let x = f(); }