[bcl] Update BCL Linked Size
[mono-project.git] / mcs / tests / gtest-iter-17.cs
blob07acbbdb10ec349c4dbb765b99e237fa7dbdd61a
1 using System;
2 using System.Collections.Generic;
4 public class Test
6 public IEnumerable<int> TestMethod ()
8 try {
10 } catch (Exception ex) {
11 throw;
13 yield break;
16 public static void Main ()