// build-fail // only-x86_64 fn main() { Bug::V([0; !0]); //~ ERROR is too big for the current } enum Bug { V([u8; !0]), }