// compile-flags: -Ztrait-solver=next // check-pass fn has_default() where [(); N]: Default {} fn main() { has_default::<1>(); }