[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-debug-13.cs
blob6b489e84488a57c0a88aa3a44c74adfa79ae1a9d
1 using System.Collections;
2 using System.Collections.Generic;
4 class C
6 public static void Main ()
11 IEnumerable<int> Iter_1()
13 yield return 1;
16 IEnumerable Iter_2()
18 yield break;