2018-12-25 21:08:33 -07:00

8 lines
81 B
Rust

#![feature(repr_simd)]
#[repr(simd)]
struct Bad; //~ ERROR E0075
fn main() {
}