[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / gtest-307.cs
blob552b7dbc0a1bfd68f90dfdd5af7fd11af8fbb660
1 partial class Foo<T> {}
2 partial class Foo<T> {
3 public delegate int F ();
6 class Bar {
7 static int g () { return 0; }
8 public static int Main ()
10 Foo<int>.F f = g;
11 return f ();