blob: 80c415fe07bd7768252e445420de501378ce0863 [file] [log] [blame]
//@ known-bug: #123664
#![feature(generic_const_exprs, effects)]
const fn with_positive<F: ~const Fn()>() {}
pub fn main() {}