[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-109.cs
blob23944e161cddac39336e3a6f0bd262aef4649717
1 using System;
3 class T {
4 public static int Main ()
6 //
7 // Just a test to compile the following:
8 //
9 string a = "Time is: " + DateTime.Now;
11 return 0;