[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / gtest-192.cs
blob80f7ad42a99503c6634fe1670726afaab8c00bf9
1 //
2 // In the current Beta compiler (as of August 2005)
3 // the following produces a warning ("a" and "A") as opposed
4 // to an error
5 //
6 using System;
7 [assembly:CLSCompliant(true)]
8 [CLSCompliant(true)]
9 public enum X {
14 class xX {
15 public static void Main () {}