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