[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-411-lib.cs
blob50c0c8046712f0662c316f44c7ebcb5e0153c55a
1 // Compiler options: -t:library
3 namespace Qt
5 public class QtSupport
7 protected static event MousePressEvent mousePressEvent;
9 protected delegate void MousePressEvent ();