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