[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-partial-18.cs
blob5316dbefa45551d23d54ffdf88879b118479ce89
1 namespace N
3 partial class Foo
8 namespace N
10 using System;
12 partial class Foo
14 public Foo ()
16 Console.Write ("Hello, world.\n");
18 public static void Main ()