about summary refs log tree commit diff
path: root/tests/crashes/138009.rs
blob: a1b890823e7d2bb85539ada620b00022a601ca16 (plain)
1
2
3
4
5
6
//@ known-bug: #138009
#![feature(min_generic_const_args)]
#[repr(simd)]
struct T([isize; N]);

static X: T = T();