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