2017-02-25 17:02:19 -06:00
|
|
|
//@ pretty-expanded FIXME #23616
|
|
|
|
|
|
2017-08-26 18:00:33 -07:00
|
|
|
#[repr(simd)] //~ ERROR SIMD types are experimental
|
2017-02-25 17:02:19 -06:00
|
|
|
struct RGBA {
|
2024-08-22 01:28:20 -07:00
|
|
|
rgba: [f32; 4],
|
2017-02-25 17:02:19 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
pub fn main() {}
|