[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / gtest-friend-14.cs
blob63b05ab82b56c7d49197434d4cd5be956f61ec8a
1 // Compiler options: -r:gtest-friend-14-lib.dll
3 using N;
5 public class Test
7 public static int Main ()
9 C.Init (new C.S [0]);
10 return 0;