mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 03:09:54 +00:00
7 lines
89 B
Rust
7 lines
89 B
Rust
#[repr(simd)] //~ ERROR are experimental
|
|
struct Coord {
|
|
v: [u32; 2],
|
|
}
|
|
|
|
fn main() {}
|