Move /src/test to /tests
This commit is contained in:
parent
ca855e6e42
commit
cf2dff2b1e
27592 changed files with 0 additions and 0 deletions
|
@ -1,15 +0,0 @@
|
|||
// only-wasm32
|
||||
// compile-flags: --crate-type=lib -Copt-level=2
|
||||
// build-pass
|
||||
#![feature(repr_simd)]
|
||||
|
||||
// Regression test for #80108
|
||||
|
||||
#[repr(simd)]
|
||||
pub struct Vector([i32; 4]);
|
||||
|
||||
impl Vector {
|
||||
pub const fn to_array(self) -> [i32; 4] {
|
||||
self.0
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue