rust/tests/crashes/138009.rs
2025-03-08 20:13:07 +01:00

6 lines
115 B
Rust

//@ known-bug: #138009
#![feature(min_generic_const_args)]
#[repr(simd)]
struct T([isize; N]);
static X: T = T();