blob: e8704d215e88871c7b06f099e56ea65aa6392534 [file] [log] [blame]
//@ run-pass
fn main() {
const _C: &'static dyn Fn() = &||{};
}