Files
rust/tests/crashes/138009.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
115 B
Rust
Raw Normal View History

2025-03-07 23:17:25 +01:00
//@ known-bug: #138009
#![feature(min_generic_const_args)]
#[repr(simd)]
struct T([isize; N]);
static X: T = T();