blob: 5cb1f9c43718e7ef166cb19c35d53c336f98dabb [file] [log] [blame]
#![crate_type = "rlib"]
pub fn inner<F>(f: F) -> F {
(move || f)()
}