blob: 7feab0a8bd7a2cefbd4c8a0a8a4835ea136a45e0 [file] [log] [blame]
#![feature(repr_simd)]
#[repr(simd)]
struct Bad; //~ ERROR E0075
fn main() {
}