dlr bug
[mcs.git] / tests / test-1.cs
blobadb1dd88a92798149629456d8f5ef4aa5b8834f6
1 using System;
3 class X {
4 static int Main (string [] args)
6 Console.WriteLine ("Hello, World!");
7 return 0;