blob: 57dac2e4adb765897ce106dc3d2fc5fb0a63b88d [file] [log] [blame]
//@ check-pass
#![feature(target_feature_11)]
struct S<T>(T)
where
[T; (|| {}, 1).1]: Copy;
fn main() {}