eol
[mcs.git] / tests / test-109.cs
blob740155886cd534830789de545f5a0158783cb878
1 using System;
3 class T {
4 static int Main ()
6 //
7 // Just a test to compile the following:
8 //
9 string a = "Time is: " + DateTime.Now;
11 return 0;