// Regression test pub fn retry(f: F) { for _i in 0.. { f(); } } fn main() {}