add main function to issue-69017 test

This commit is contained in:
Chris Simpkins 2020-02-10 13:47:52 -05:00
parent fc3ecb22b9
commit 53b16fb5f2
1 changed files with 2 additions and 0 deletions

View File

@ -14,3 +14,5 @@ fn gen() -> impl Generator<usize> {
println!("-> {}", yield);
}
}
fn main() {}