9 lines
140 B
Rust
9 lines
140 B
Rust
//@ pretty-expanded FIXME #23616
|
|
|
|
#[repr(simd)] //~ ERROR SIMD types are experimental
|
|
struct RGBA {
|
|
rgba: [f32; 4],
|
|
}
|
|
|
|
pub fn main() {}
|