blob: 69511ab8e1fc75985cf88744c0b529174ca89e61 [file] [log] [blame]
#[repr(simd)] //~ ERROR are experimental
struct Coord {
x: u32,
y: u32,
}
fn main() {}