[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-668.cs
blob12764eff883175143bd9fa21f02149de615f8a97
1 #if!FOO
2 # if! BAR
3 class Bar { };
4 # endif
5 #endif
7 class Test {
8 public static void Main ()
10 new Bar ();