mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 16:13:07 +00:00
7 lines
106 B
Rust
7 lines
106 B
Rust
#[repr(simd)] //~ ERROR SIMD types are experimental
|
|
struct RGBA {
|
|
rgba: [f32; 4],
|
|
}
|
|
|
|
pub fn main() {}
|